Trace number 2662190

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.47 930.066

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-shell.opb
MD5SUM812fb8d8b2de50e0f82554fbb1bd21a5
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 variables45231
Total number of constraints653
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 constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 2101312749568
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 249967315526150
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 2101312749568
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 249967315526150
Number of bits of the biggest sum of numbers48
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662190-1276557123.opb
0.23/0.22	c reading problem ... 
4.16/2.45	c ... done. Wall clock time 2.224s.
4.16/2.45	c #vars     45231
4.16/2.45	c #constraints  8242
4.16/2.45	c constraints type 
4.16/2.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
4.16/2.45	c constraints type 
4.16/2.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
25.58/13.23	c cleaning 2499 clauses out of 5000 with flag 5001/5001
32.67/16.90	c cleaning 4240 clauses out of 8499 with flag 11000/11000
38.45/19.93	c cleaning 5629 clauses out of 11258 with flag 18000/18000
44.71/23.21	c cleaning 6808 clauses out of 13628 with flag 26000/26000
47.39/24.74	c cleaning 7907 clauses out of 15820 with flag 35000/35000
55.50/28.91	c cleaning 8935 clauses out of 17913 with flag 45001/45001
66.17/34.43	c cleaning 9479 clauses out of 18976 with flag 55001/55001
75.24/39.12	c cleaning 9741 clauses out of 19496 with flag 65000/65000
83.67/43.52	c cleaning 9866 clauses out of 19754 with flag 75000/75000
89.56/46.60	c cleaning 9926 clauses out of 19888 with flag 85000/85000
121.22/62.74	c cleaning 9955 clauses out of 19963 with flag 95001/95001
153.14/78.97	c cleaning 9995 clauses out of 20006 with flag 105000/105000
181.20/93.22	c cleaning 9994 clauses out of 20011 with flag 115000/115000
192.76/99.33	c cleaning 9994 clauses out of 20018 with flag 125001/125001
234.38/120.93	c cleaning 10003 clauses out of 20024 with flag 135001/135001
239.48/123.68	c cleaning 10006 clauses out of 20021 with flag 145001/145001
244.70/126.42	c cleaning 9999 clauses out of 20014 with flag 155000/155000
248.01/128.23	c cleaning 9999 clauses out of 20014 with flag 165000/165000
251.52/130.13	c cleaning 9987 clauses out of 20017 with flag 175002/175002
256.59/132.86	c cleaning 10001 clauses out of 20027 with flag 185000/185000
260.03/134.76	c cleaning 10007 clauses out of 20027 with flag 195001/195001
264.72/137.24	c cleaning 10005 clauses out of 20019 with flag 205000/205000
269.44/139.77	c cleaning 10002 clauses out of 20015 with flag 215001/215001
273.53/141.92	c cleaning 9998 clauses out of 20013 with flag 225001/225001
277.93/144.39	c cleaning 9996 clauses out of 20015 with flag 235001/235001
282.62/146.80	c cleaning 9999 clauses out of 20018 with flag 245000/245000
287.30/149.34	c cleaning 9996 clauses out of 20019 with flag 255000/255000
291.80/151.75	c cleaning 10010 clauses out of 20023 with flag 265000/265000
295.22/153.64	c cleaning 10000 clauses out of 20014 with flag 275001/275001
300.11/156.29	c cleaning 9981 clauses out of 20013 with flag 285000/285000
309.74/161.24	c cleaning 9994 clauses out of 20035 with flag 295003/295003
323.36/168.22	c cleaning 9997 clauses out of 20039 with flag 305001/305001
331.17/172.36	c cleaning 10001 clauses out of 20041 with flag 315000/315000
335.06/174.42	c cleaning 10002 clauses out of 20040 with flag 325001/325001
337.15/175.70	c cleaning 9998 clauses out of 20038 with flag 335001/335001
341.23/177.80	c cleaning 9996 clauses out of 20039 with flag 345000/345000
345.22/180.01	c cleaning 9989 clauses out of 20044 with flag 355001/355001
358.04/186.66	c cleaning 9993 clauses out of 20054 with flag 365000/365000
375.42/195.55	c cleaning 9983 clauses out of 20061 with flag 375000/375000
391.18/203.61	c cleaning 10001 clauses out of 20079 with flag 385001/385001
413.19/214.96	c cleaning 10024 clauses out of 20077 with flag 395000/395000
420.25/218.65	c cleaning 10018 clauses out of 20053 with flag 405000/405000
425.50/221.47	c cleaning 9993 clauses out of 20036 with flag 415001/415001
432.55/225.12	c cleaning 10001 clauses out of 20043 with flag 425001/425001
441.51/229.82	c cleaning 10012 clauses out of 20042 with flag 435001/435001
445.39/231.99	c cleaning 10005 clauses out of 20030 with flag 445001/445001
457.99/238.48	c cleaning 9995 clauses out of 20024 with flag 455000/455000
559.96/289.95	c cleaning 9993 clauses out of 20029 with flag 465000/465000
612.33/316.55	c cleaning 10000 clauses out of 20037 with flag 475001/475001
659.04/340.24	c cleaning 10004 clauses out of 20037 with flag 485001/485001
661.52/341.66	c cleaning 9998 clauses out of 20033 with flag 495001/495001
664.19/343.17	c cleaning 10005 clauses out of 20035 with flag 505001/505001
667.77/345.12	c cleaning 9994 clauses out of 20030 with flag 515001/515001
671.46/347.16	c cleaning 9997 clauses out of 20037 with flag 525002/525002
676.51/349.88	c cleaning 9985 clauses out of 20039 with flag 535001/535001
680.36/351.97	c cleaning 10001 clauses out of 20054 with flag 545001/545001
684.55/354.24	c cleaning 9999 clauses out of 20052 with flag 555000/555000
688.60/356.48	c cleaning 9997 clauses out of 20053 with flag 565000/565000
692.65/358.69	c cleaning 10000 clauses out of 20056 with flag 575000/575000
696.68/360.84	c cleaning 10002 clauses out of 20056 with flag 585000/585000
702.83/364.18	c cleaning 10014 clauses out of 20055 with flag 595001/595001
720.16/373.01	c cleaning 10006 clauses out of 20039 with flag 605000/605000
743.83/385.17	c cleaning 9994 clauses out of 20034 with flag 615001/615001
764.72/395.84	c cleaning 10004 clauses out of 20040 with flag 625001/625001
775.05/401.25	c cleaning 10001 clauses out of 20035 with flag 635000/635000
789.60/408.79	c cleaning 10000 clauses out of 20035 with flag 645001/645001
798.77/413.52	c cleaning 9996 clauses out of 20034 with flag 655000/655000
802.01/415.35	c cleaning 10006 clauses out of 20040 with flag 665002/665002
804.97/417.06	c cleaning 9981 clauses out of 20033 with flag 675001/675001
809.79/419.65	c cleaning 9989 clauses out of 20051 with flag 685000/685000
815.59/422.77	c cleaning 9950 clauses out of 20063 with flag 695001/695001
819.83/425.05	c cleaning 9999 clauses out of 20113 with flag 705001/705001
824.00/427.38	c cleaning 9999 clauses out of 20114 with flag 715001/715001
829.61/430.35	c cleaning 10026 clauses out of 20114 with flag 725000/725000
842.78/437.10	c cleaning 10005 clauses out of 20088 with flag 735000/735000
855.38/443.64	c cleaning 9999 clauses out of 20084 with flag 745001/745001
869.65/451.03	c cleaning 9990 clauses out of 20084 with flag 755000/755000
883.02/457.90	c cleaning 10010 clauses out of 20097 with flag 765003/765003
896.38/464.89	c cleaning 9992 clauses out of 20085 with flag 775001/775001
910.54/472.20	c cleaning 10014 clauses out of 20092 with flag 785000/785000
919.04/476.61	c cleaning 10004 clauses out of 20079 with flag 795001/795001
942.49/488.62	c cleaning 10003 clauses out of 20074 with flag 805000/805000
980.85/508.16	c cleaning 10016 clauses out of 20071 with flag 815000/815000
1017.38/526.79	c cleaning 10001 clauses out of 20055 with flag 825000/825000
1057.20/547.01	c cleaning 10013 clauses out of 20057 with flag 835003/835003
1094.68/566.12	c cleaning 10009 clauses out of 20043 with flag 845002/845002
1131.79/585.06	c cleaning 10000 clauses out of 20034 with flag 855002/855002
1168.68/603.89	c cleaning 10003 clauses out of 20034 with flag 865002/865002
1205.70/622.71	c cleaning 10005 clauses out of 20029 with flag 875000/875000
1242.88/641.70	c cleaning 9994 clauses out of 20024 with flag 885000/885000
1255.62/648.23	c cleaning 10015 clauses out of 20030 with flag 895000/895000
1262.79/652.06	c cleaning 10003 clauses out of 20015 with flag 905000/905000
1268.49/655.11	c cleaning 9994 clauses out of 20013 with flag 915001/915001
1284.41/663.32	c cleaning 9975 clauses out of 20018 with flag 925000/925000
1294.54/668.62	c cleaning 10007 clauses out of 20044 with flag 935001/935001
1301.89/672.56	c cleaning 10004 clauses out of 20036 with flag 945000/945000
1307.54/675.69	c cleaning 9966 clauses out of 20033 with flag 955001/955001
1310.54/677.37	c cleaning 10001 clauses out of 20067 with flag 965001/965001
1314.32/679.45	c cleaning 9982 clauses out of 20067 with flag 975002/975002
1318.32/681.68	c cleaning 10026 clauses out of 20082 with flag 985000/985000
1322.20/683.84	c cleaning 10011 clauses out of 20057 with flag 995001/995001
1325.79/685.82	c cleaning 10007 clauses out of 20045 with flag 1005000/1005000
1329.38/687.89	c cleaning 10001 clauses out of 20039 with flag 1015001/1015001
1333.76/690.21	c cleaning 9991 clauses out of 20036 with flag 1025001/1025001
1339.99/693.67	c cleaning 9969 clauses out of 20044 with flag 1035000/1035000
1346.34/697.02	c cleaning 10004 clauses out of 20075 with flag 1045000/1045000
1351.34/699.78	c cleaning 9997 clauses out of 20071 with flag 1055000/1055000
1356.89/702.79	c cleaning 9998 clauses out of 20075 with flag 1065001/1065001
1364.96/707.00	c cleaning 10000 clauses out of 20076 with flag 1075000/1075000
1372.13/710.80	c cleaning 10000 clauses out of 20077 with flag 1085001/1085001
1375.32/712.69	c cleaning 10033 clauses out of 20077 with flag 1095001/1095001
1378.12/714.28	c cleaning 9998 clauses out of 20043 with flag 1105000/1105000
1382.40/716.65	c cleaning 9981 clauses out of 20046 with flag 1115001/1115001
1386.38/718.87	c cleaning 10000 clauses out of 20064 with flag 1125000/1125000
1390.76/721.27	c cleaning 9999 clauses out of 20064 with flag 1135000/1135000
1396.34/724.27	c cleaning 9998 clauses out of 20065 with flag 1145000/1145000
1424.00/738.47	c cleaning 9956 clauses out of 20068 with flag 1155001/1155001
1460.52/757.00	c cleaning 9988 clauses out of 20111 with flag 1165000/1165000
1499.06/776.65	c cleaning 10007 clauses out of 20123 with flag 1175000/1175000
1534.42/794.63	c cleaning 9992 clauses out of 20116 with flag 1185000/1185000
1541.05/798.28	c cleaning 10022 clauses out of 20124 with flag 1195000/1195000
1554.35/805.10	c cleaning 10013 clauses out of 20103 with flag 1205002/1205002
1625.32/841.19	c cleaning 10011 clauses out of 20088 with flag 1215000/1215000
1675.05/866.46	c cleaning 10010 clauses out of 20077 with flag 1225000/1225000
1749.80/904.39	c cleaning 10007 clauses out of 20069 with flag 1235002/1235002
1800.18/929.92	c starts		: 190
1800.18/929.92	c conflicts		: 1241943
1800.18/929.92	c decisions		: 3286247
1800.18/929.92	c propagations		: 77680164
1800.18/929.92	c inspects		: 424755981
1800.18/929.92	c learnt literals	: 17
1800.18/929.92	c learnt binary clauses	: 39
1800.18/929.92	c learnt ternary clauses	: 91
1800.18/929.92	c learnt clauses	: 1241926
1800.18/929.92	c ignored clauses	: 0
1800.18/929.92	c root simplifications	: 0
1800.18/929.92	c removed literals (reason simplification)	: 31955908
1800.18/929.92	c reason swapping (by a shorter reason)	: 0
1800.18/929.92	c Calls to reduceDB	: 125
1800.18/929.92	c number of reductions to clauses (during analyze)	: 0
1800.18/929.92	c number of learned constraints concerned by reduction	: 0
1800.18/929.92	c number of learning phase by resolution	: 0
1800.18/929.92	c number of learning phase by cutting planes	: 0
1800.18/929.92	c speed (assignments/second)	: 83755.26865674861
1800.18/929.92	c non guided choices	1746365
1800.39/930.01	c learnt constraints type 
1800.39/930.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16975
1800.39/930.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.39/930.01	c constraints type 
1800.39/930.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
1800.39/930.01	c constraints type 
1800.39/930.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1187
1800.39/930.01	s UNKNOWN
1800.39/930.01	c Total wall clock time (in seconds): 929.798

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-2662190-1276557123/watcher-2662190-1276557123 -o /tmp/evaluation-result-2662190-1276557123/solver-2662190-1276557123 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662190-1276557123.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.03 1.01 1.00 3/106 1739
/proc/meminfo: memFree=1825440/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=248 CPUtime=0
/proc/1739/stat : 1739 (java6) R 1737 1739 1089 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 31316313 253952 29 1992294400 134512640 134550932 4286832992 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1739/statm: 62 29 21 10 0 23 0

[startup+0.103693 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 1739
/proc/meminfo: memFree=1825440/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1524180 CPUtime=0.08
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 3973 0 1 0 6 2 0 0 18 0 12 0 31316313 1560760320 3411 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 381045 3411 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.201708 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 1739
/proc/meminfo: memFree=1825440/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1525928 CPUtime=0.23
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 5052 0 1 0 20 3 0 0 18 0 12 0 31316313 1562550272 4488 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 381482 4488 1345 10 0 378785 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1525928

[startup+0.30172 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 1739
/proc/meminfo: memFree=1825440/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1526208 CPUtime=0.39
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 5878 0 1 0 35 4 0 0 18 0 12 0 31316313 1562836992 5312 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 381552 5312 1359 10 0 378855 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526208

[startup+0.700759 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 1739
/proc/meminfo: memFree=1825440/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1526940 CPUtime=1.06
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 10009 0 1 0 101 5 0 0 18 0 12 0 31316313 1563586560 9311 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 381735 9312 1400 10 0 379038 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1526940

[startup+1.50186 s]
/proc/loadavg: 1.03 1.01 1.00 4/118 1752
/proc/meminfo: memFree=1774196/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1543348 CPUtime=2.59
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 24986 0 1 0 246 13 0 0 18 0 12 0 31316313 1580388352 23546 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 385837 23546 1406 10 0 383140 0
[pid=1739/tid=1741] ppid=1737 vsize=1543348 CPUtime=1.46
/proc/1739/task/1741/stat : 1741 (java) R 1737 1739 1089 0 -1 4202560 18650 0 1 0 137 9 0 0 19 0 12 0 31316314 1580388352 23548 1992294400 134512640 134550932 4291105632 18446744073709551615 4109672167 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 31316316 1580388352 23551 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 31316316 1580388352 23554 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 31316317 1580388352 23558 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 31316318 1580388352 23564 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 31316318 1580388352 23569 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31316322 1580388352 23569 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1543348 CPUtime=0.51
/proc/1739/task/1749/stat : 1749 (java) R 1737 1739 1089 0 -1 4202560 1417 0 0 0 51 0 0 0 25 0 12 0 31316322 1580388352 23569 1992294400 134512640 134550932 4291105632 18446744073709551615 106260576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1543348 CPUtime=0.58
/proc/1739/task/1750/stat : 1750 (java) R 1737 1739 1089 0 -1 4202560 3856 0 0 0 57 1 0 0 18 0 12 0 31316322 1580388352 23569 1992294400 134512640 134550932 4291105632 18446744073709551615 105496175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31316322 1580388352 23569 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1543348 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31316322 1580388352 23569 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1543348

[startup+3.10205 s]
/proc/loadavg: 1.11 1.03 1.01 3/118 1752
/proc/meminfo: memFree=1672764/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545604 CPUtime=5.52
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 49601 0 1 0 529 23 0 0 18 0 15 0 31316313 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386401 45914 1435 10 0 383704 0
[pid=1739/tid=1741] ppid=1737 vsize=1545604 CPUtime=2.16
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32023 0 1 0 201 15 0 0 20 0 15 0 31316314 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1545604 CPUtime=0.15
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 4693 0 0 0 14 1 0 0 18 0 15 0 31316316 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1545604 CPUtime=0.16
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 4077 0 0 0 15 1 0 0 18 0 15 0 31316316 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1545604 CPUtime=0
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 15 0 31316317 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1545604 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 15 0 31316318 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1545604 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 15 0 31316318 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1545604 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 31316322 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1545604 CPUtime=0.82
/proc/1739/task/1749/stat : 1749 (java) R 1737 1739 1089 0 -1 4202560 1530 0 0 0 82 0 0 0 19 0 15 0 31316322 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 105496208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1545604 CPUtime=1.58
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 1089 0 -1 4202560 6182 0 0 0 155 3 0 0 16 0 15 0 31316322 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1545604 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 31316322 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1545604 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 31316322 1582698496 45914 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 1545604

[startup+6.30542 s]
/proc/loadavg: 1.11 1.03 1.01 3/122 1756
/proc/meminfo: memFree=1615072/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545380 CPUtime=11.86
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 62699 0 1 0 1157 29 0 0 18 0 16 0 31316313 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386345 57652 1439 10 0 383648 0
[pid=1739/tid=1741] ppid=1737 vsize=1545380 CPUtime=2.16
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32023 0 1 0 201 15 0 0 15 0 16 0 31316314 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1545380 CPUtime=0.7
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 11023 0 0 0 66 4 0 0 16 0 16 0 31316316 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1545380 CPUtime=0.73
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 10666 0 0 0 70 3 0 0 16 0 16 0 31316316 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 31316317 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 31316318 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 31316318 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1545380 CPUtime=1.28
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 1089 0 -1 4202560 1611 0 0 0 128 0 0 0 15 0 16 0 31316322 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1545380 CPUtime=2.16
/proc/1739/task/1750/stat : 1750 (java) R 1737 1739 1089 0 -1 4202560 6246 0 0 0 213 3 0 0 15 0 16 0 31316322 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 102192183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31316322 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=1545380 CPUtime=2.53
/proc/1739/task/1753/stat : 1753 (java) R 1737 1739 1089 0 -1 4202560 27 0 0 0 253 0 0 0 25 0 16 0 31316558 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4109985400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=1545380 CPUtime=2.21
/proc/1739/task/1754/stat : 1754 (java) R 1737 1739 1089 0 -1 4202560 28 0 0 0 221 0 0 0 25 0 16 0 31316558 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 31316613 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31316624 1582469120 57652 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 1545380

[startup+12.7022 s]
/proc/loadavg: 1.25 1.06 1.02 3/122 1756
/proc/meminfo: memFree=1593992/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545380 CPUtime=24.55
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 64115 0 1 0 2425 30 0 0 18 0 16 0 31316313 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386345 59009 1439 10 0 383648 0
[pid=1739/tid=1741] ppid=1737 vsize=1545380 CPUtime=2.16
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32023 0 1 0 201 15 0 0 15 0 16 0 31316314 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1545380 CPUtime=0.82
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 11671 0 0 0 77 5 0 0 15 0 16 0 31316316 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1545380 CPUtime=0.85
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 11379 0 0 0 82 3 0 0 16 0 16 0 31316316 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1545380 CPUtime=0.01
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 16 0 31316317 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 31316318 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 31316318 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1545380 CPUtime=1.28
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 1089 0 -1 4202560 1611 0 0 0 128 0 0 0 15 0 16 0 31316322 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1545380 CPUtime=2.31
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 1089 0 -1 4202560 6271 0 0 0 228 3 0 0 16 0 16 0 31316322 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31316322 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=1545380 CPUtime=8.78
/proc/1739/task/1753/stat : 1753 (java) R 1737 1739 1089 0 -1 4202560 36 0 0 0 878 0 0 0 25 0 16 0 31316558 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4110014091 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=1545380 CPUtime=8.26
/proc/1739/task/1754/stat : 1754 (java) R 1737 1739 1089 0 -1 4202560 49 0 0 0 826 0 0 0 25 0 16 0 31316558 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4109672155 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 31316613 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31316624 1582469120 59009 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 1545380

[startup+25.5027 s]
/proc/loadavg: 1.37 1.09 1.02 3/122 1756
/proc/meminfo: memFree=1584444/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545380 CPUtime=48.74
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 72951 0 1 0 4824 50 0 0 18 0 16 0 31316313 1582469120 61127 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 31316613 1582469120 80148 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31316624 1582469120 80148 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1470.66
Current children cumulated vsize (KiB) 1545380

[startup+822.301 s]
/proc/loadavg: 1.92 1.93 1.58 3/122 1783
/proc/meminfo: memFree=1497644/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545380 CPUtime=1588.02
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 323986 0 1 0 158548 254 0 0 18 0 16 0 31316313 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386345 82455 1446 10 0 383648 0
[pid=1739/tid=1741] ppid=1737 vsize=1545380 CPUtime=2.17
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32062 0 1 0 202 15 0 0 15 0 16 0 31316314 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1545380 CPUtime=10.24
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 24809 0 0 0 993 31 0 0 15 0 16 0 31316316 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1545380 CPUtime=10.26
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 22833 0 0 0 994 32 0 0 15 0 16 0 31316316 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1545380 CPUtime=42.72
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 232815 0 0 0 4151 121 0 0 16 0 16 0 31316317 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31316318 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31316318 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1545380 CPUtime=1.63
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 1089 0 -1 4202560 1620 0 0 0 163 0 0 0 15 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1545380 CPUtime=3.04
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 1089 0 -1 4202560 6324 0 0 0 301 3 0 0 15 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=1545380 CPUtime=758.87
/proc/1739/task/1753/stat : 1753 (java) R 1737 1739 1089 0 -1 4202560 1144 0 0 0 75860 27 0 0 25 0 16 0 31316558 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4109655578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=1545380 CPUtime=758.98
/proc/1739/task/1754/stat : 1754 (java) R 1737 1739 1089 0 -1 4202560 1260 0 0 0 75879 19 0 0 25 0 16 0 31316558 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4109672109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 31316613 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31316624 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1588.02
Current children cumulated vsize (KiB) 1545380

[startup+882.309 s]
/proc/loadavg: 1.97 1.94 1.61 3/122 1785
/proc/meminfo: memFree=1497148/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545380 CPUtime=1706.14
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 327998 0 1 0 170351 263 0 0 18 0 16 0 31316313 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386345 82455 1446 10 0 383648 0
[pid=1739/tid=1741] ppid=1737 vsize=1545380 CPUtime=2.17
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32063 0 1 0 202 15 0 0 15 0 16 0 31316314 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1545380 CPUtime=10.91
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 24809 0 0 0 1058 33 0 0 16 0 16 0 31316316 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1545380 CPUtime=10.92
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 22833 0 0 0 1059 33 0 0 15 0 16 0 31316316 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1545380 CPUtime=43.73
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 236667 0 0 0 4248 125 0 0 15 0 16 0 31316317 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31316318 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31316318 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1545380 CPUtime=1.63
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 1089 0 -1 4202560 1620 0 0 0 163 0 0 0 15 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1545380 CPUtime=3.04
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 1089 0 -1 4202560 6324 0 0 0 301 3 0 0 15 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 31316322 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=1545380 CPUtime=816.94
/proc/1739/task/1753/stat : 1753 (java) R 1737 1739 1089 0 -1 4202560 1208 0 0 0 81665 29 0 0 19 0 16 0 31316558 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4110145278 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=1545380 CPUtime=816.7
/proc/1739/task/1754/stat : 1754 (java) R 1737 1739 1089 0 -1 4202560 1351 0 0 0 81650 20 0 0 25 0 16 0 31316558 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4110158837 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 31316613 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31316624 1582469120 82455 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.14
Current children cumulated vsize (KiB) 1545380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.901 s]
/proc/loadavg: 2.04 1.96 1.63 3/122 1785
/proc/meminfo: memFree=1495660/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1545380 CPUtime=1800.18
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 330696 0 1 0 179747 271 0 0 18 0 16 0 31316313 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386345 83068 1446 10 0 383648 0
[pid=1739/tid=1741] ppid=1737 vsize=1545380 CPUtime=2.17
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32063 0 1 0 202 15 0 0 15 0 16 0 31316314 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1545380 CPUtime=11.54
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 25112 0 0 0 1120 34 0 0 16 0 16 0 31316316 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1545380 CPUtime=11.54
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 23170 0 0 0 1120 34 0 0 16 0 16 0 31316316 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1545380 CPUtime=44.18
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 238593 0 0 0 4292 126 0 0 15 0 16 0 31316317 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31316318 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31316318 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1545380 CPUtime=1.63
/proc/1739/task/1749/stat : 1749 (java) S 1737 1739 1089 0 -1 4202560 1620 0 0 0 163 0 0 0 15 0 16 0 31316322 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1545380 CPUtime=3.04
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 1089 0 -1 4202560 6324 0 0 0 301 3 0 0 15 0 16 0 31316322 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31316322 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 31316322 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=1545380 CPUtime=863.32
/proc/1739/task/1753/stat : 1753 (java) R 1737 1739 1089 0 -1 4202560 1258 0 0 0 86300 32 0 0 25 0 16 0 31316558 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4110224359 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=1545380 CPUtime=862.66
/proc/1739/task/1754/stat : 1754 (java) R 1737 1739 1089 0 -1 4202560 1431 0 0 0 86245 21 0 0 25 0 16 0 31316558 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4110154955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 31316613 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1545380 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31316624 1582469120 83068 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1545380

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

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

[startup+930.016 s]
/proc/loadavg: 2.04 1.96 1.63 3/122 1785
/proc/meminfo: memFree=1495660/2059040 swapFree=4136456/4192956
[pid=1739] ppid=1737 vsize=1546028 CPUtime=1800.39
/proc/1739/stat : 1739 (java) S 1737 1739 1089 0 -1 4202496 330716 0 1 0 179768 271 0 0 18 0 18 0 31316313 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1739/statm: 386507 83088 1448 10 0 383810 0
[pid=1739/tid=1741] ppid=1737 vsize=1546028 CPUtime=2.17
/proc/1739/task/1741/stat : 1741 (java) S 1737 1739 1089 0 -1 4202560 32063 0 1 0 202 15 0 0 15 0 18 0 31316314 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1742] ppid=1737 vsize=1546028 CPUtime=11.54
/proc/1739/task/1742/stat : 1742 (java) S 1737 1739 1089 0 -1 4202560 25112 0 0 0 1120 34 0 0 16 0 18 0 31316316 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1743] ppid=1737 vsize=1546028 CPUtime=11.54
/proc/1739/task/1743/stat : 1743 (java) S 1737 1739 1089 0 -1 4202560 23170 0 0 0 1120 34 0 0 16 0 18 0 31316316 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1744] ppid=1737 vsize=1546028 CPUtime=44.18
/proc/1739/task/1744/stat : 1744 (java) S 1737 1739 1089 0 -1 4202560 238593 0 0 0 4292 126 0 0 15 0 18 0 31316317 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1746] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1746/stat : 1746 (java) S 1737 1739 1089 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 31316318 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1747] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1747/stat : 1747 (java) S 1737 1739 1089 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 31316318 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1748] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1748/stat : 1748 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 31316322 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1749] ppid=1737 vsize=1546028 CPUtime=1.66
/proc/1739/task/1749/stat : 1749 (java) R 1737 1739 1089 0 -1 4202560 1622 0 0 0 166 0 0 0 15 0 18 0 31316322 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 101947593 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1750] ppid=1737 vsize=1546028 CPUtime=3.04
/proc/1739/task/1750/stat : 1750 (java) S 1737 1739 1089 0 -1 4202560 6324 0 0 0 301 3 0 0 15 0 18 0 31316322 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1751] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1751/stat : 1751 (java) S 1737 1739 1089 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 31316322 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=1739/tid=1752] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1752/stat : 1752 (java) S 1737 1739 1089 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 18 0 31316322 1583132672 83088 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1753] ppid=1737 vsize=1546028 CPUtime=863.37
/proc/1739/task/1753/stat : 1753 (java) R 1737 1739 1089 0 -1 4202560 1258 0 0 0 86305 32 0 0 25 0 18 0 31316558 1583132672 83089 1992294400 134512640 134550932 4291105632 18446744073709551615 4110115375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1739/tid=1754] ppid=1737 vsize=1546028 CPUtime=862.76
/proc/1739/task/1754/stat : 1754 (java) R 1737 1739 1089 0 -1 4202560 1431 0 0 0 86255 21 0 0 25 0 18 0 31316558 1583132672 83089 1992294400 134512640 134550932 4291105632 18446744073709551615 4109672361 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1739/tid=1755] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1755/stat : 1755 (java) S 1737 1739 1089 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 31316613 1583132672 83089 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=1739/tid=1756] ppid=1737 vsize=1546028 CPUtime=0
/proc/1739/task/1756/stat : 1756 (java) S 1737 1739 1089 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 31316624 1583132672 83089 1992294400 134512640 134550932 4291105632 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 1546028

Child status: 143
Real time (s): 930.066
CPU time (s): 1800.47
CPU user time (s): 1797.72
CPU system time (s): 2.74958
CPU usage (%): 193.585
Max. virtual memory (cumulated for all children) (KiB): 1551792

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

runsolver used 4.06038 second user time and 8.32473 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 01:12:03
IDJOB=2662190
IDBENCH=2461
IDSOLVER=1166
FILE ID=node001/2662190-1276557123
PBS_JOBID= 11173490
Free space on /tmp= 62432 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-shell.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662190-1276557123/watcher-2662190-1276557123 -o /tmp/evaluation-result-2662190-1276557123/solver-2662190-1276557123 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662190-1276557123.opb

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

MD5SUM BENCH= 812fb8d8b2de50e0f82554fbb1bd21a5
RANDOM SEED=688040270

node001.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.202
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.202
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:       1825720 kB
Buffers:         35260 kB
Cached:         119504 kB
SwapCached:       9680 kB
Active:          83840 kB
Inactive:        83972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825720 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            2172 kB
Writeback:           0 kB
AnonPages:       11500 kB
Mapped:           9280 kB
Slab:            43632 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181100 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= 62432 MiB
End job on node001 at 2010-06-15 01:27:35