Trace number 2662390

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) 1801.6 941.094

General information on the benchmark

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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662390-1276552198.opb
0.24/0.21	c reading problem ... 
2.76/1.55	c ... done. Wall clock time 1.337s.
2.76/1.55	c #vars     7994
2.76/1.55	c #constraints  560
2.76/1.55	c constraints type 
2.76/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
2.76/1.55	c constraints type 
2.76/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
13.67/7.03	c cleaning 2494 clauses out of 5001 with flag 5001/5001
18.11/9.38	c cleaning 4253 clauses out of 8506 with flag 11000/11000
26.53/13.65	c cleaning 5627 clauses out of 11253 with flag 18000/18000
37.49/19.21	c cleaning 6813 clauses out of 13626 with flag 26000/26000
50.78/26.03	c cleaning 7907 clauses out of 15814 with flag 35001/35001
59.74/30.68	c cleaning 8954 clauses out of 17907 with flag 45001/45001
72.26/37.00	c cleaning 9476 clauses out of 18952 with flag 55000/55000
90.15/46.13	c cleaning 9732 clauses out of 19476 with flag 65000/65000
101.98/52.22	c cleaning 9870 clauses out of 19744 with flag 75000/75000
116.64/59.79	c cleaning 9933 clauses out of 19875 with flag 85001/85001
129.71/66.41	c cleaning 9967 clauses out of 19942 with flag 95001/95001
140.59/72.01	c cleaning 9980 clauses out of 19976 with flag 105002/105002
149.02/76.47	c cleaning 9993 clauses out of 19995 with flag 115001/115001
156.32/80.28	c cleaning 9997 clauses out of 20002 with flag 125001/125001
163.00/83.78	c cleaning 9995 clauses out of 20005 with flag 135001/135001
169.11/86.98	c cleaning 9999 clauses out of 20010 with flag 145001/145001
175.14/90.17	c cleaning 9999 clauses out of 20011 with flag 155001/155001
180.63/93.00	c cleaning 9996 clauses out of 20013 with flag 165002/165002
189.72/97.79	c cleaning 9998 clauses out of 20016 with flag 175001/175001
230.29/118.36	c cleaning 9984 clauses out of 20017 with flag 185000/185000
285.65/146.40	c cleaning 9994 clauses out of 20033 with flag 195000/195000
314.90/161.34	c cleaning 10011 clauses out of 20040 with flag 205001/205001
345.68/177.03	c cleaning 9970 clauses out of 20028 with flag 215000/215000
374.65/191.83	c cleaning 9987 clauses out of 20058 with flag 225000/225000
404.68/207.28	c cleaning 10032 clauses out of 20071 with flag 235000/235000
430.50/220.47	c cleaning 10012 clauses out of 20039 with flag 245000/245000
456.28/233.62	c cleaning 10004 clauses out of 20027 with flag 255000/255000
480.08/245.88	c cleaning 10000 clauses out of 20024 with flag 265001/265001
517.61/265.08	c cleaning 9975 clauses out of 20024 with flag 275001/275001
547.72/280.44	c cleaning 10022 clauses out of 20048 with flag 285000/285000
568.87/291.34	c cleaning 9985 clauses out of 20027 with flag 295001/295001
578.35/296.37	c cleaning 10010 clauses out of 20042 with flag 305001/305001
587.47/301.25	c cleaning 10005 clauses out of 20032 with flag 315001/315001
607.25/311.43	c cleaning 9994 clauses out of 20030 with flag 325004/325004
627.80/322.05	c cleaning 9990 clauses out of 20033 with flag 335001/335001
647.16/332.10	c cleaning 9995 clauses out of 20042 with flag 345000/345000
671.27/344.57	c cleaning 0 clauses out of 5001 with flag 0/5001
675.39/346.72	c cleaning 9994 clauses out of 20047 with flag 355000/355000
726.82/372.99	c cleaning 9979 clauses out of 20054 with flag 365001/365001
791.73/405.92	c cleaning 9997 clauses out of 20074 with flag 375000/375000
851.84/436.62	c cleaning 10000 clauses out of 20078 with flag 385001/385001
893.30/457.87	c cleaning 10029 clauses out of 20077 with flag 395000/395000
902.27/462.63	c cleaning 10019 clauses out of 20049 with flag 405001/405001
910.85/467.27	c cleaning 10011 clauses out of 20029 with flag 415000/415000
924.55/474.50	c cleaning 10000 clauses out of 20018 with flag 425000/425000
940.27/482.78	c cleaning 9968 clauses out of 20018 with flag 435000/435000
954.39/490.15	c cleaning 9989 clauses out of 20050 with flag 445000/445000
970.87/498.78	c cleaning 10023 clauses out of 20061 with flag 455000/455000
989.32/508.43	c cleaning 10007 clauses out of 20042 with flag 465004/465004
1007.12/517.75	c cleaning 10003 clauses out of 20031 with flag 475000/475000
1022.97/526.09	c cleaning 10006 clauses out of 20030 with flag 485002/485002
1038.24/534.03	c cleaning 10006 clauses out of 20023 with flag 495001/495001
1052.88/541.87	c cleaning 9997 clauses out of 20018 with flag 505002/505002
1060.01/545.72	c cleaning 10003 clauses out of 20020 with flag 515001/515001
1069.72/550.95	c cleaning 9975 clauses out of 20018 with flag 525002/525002
1099.44/566.21	c cleaning 9983 clauses out of 20043 with flag 535002/535002
1130.12/582.18	c cleaning 9986 clauses out of 20058 with flag 545000/545000
1161.19/598.10	c cleaning 9990 clauses out of 20073 with flag 555001/555001
1192.64/614.35	c cleaning 10001 clauses out of 20084 with flag 565002/565002
1224.68/630.81	c cleaning 10002 clauses out of 20082 with flag 575001/575001
1257.51/647.89	c cleaning 9996 clauses out of 20081 with flag 585002/585002
1271.46/655.25	c cleaning 10037 clauses out of 20084 with flag 595001/595001
1281.67/660.76	c cleaning 10018 clauses out of 20047 with flag 605001/605001
1292.62/666.70	c cleaning 10008 clauses out of 20028 with flag 615000/615000
1303.74/672.71	c cleaning 10003 clauses out of 20021 with flag 625001/625001
1313.74/678.12	c cleaning 9998 clauses out of 20017 with flag 635000/635000
1324.13/683.77	c cleaning 10000 clauses out of 20019 with flag 645000/645000
1335.50/689.89	c cleaning 10001 clauses out of 20019 with flag 655000/655000
1347.04/696.11	c cleaning 10006 clauses out of 20019 with flag 665001/665001
1356.82/701.48	c cleaning 9993 clauses out of 20012 with flag 675000/675000
1366.59/706.78	c cleaning 9997 clauses out of 20019 with flag 685000/685000
1377.13/712.47	c cleaning 10005 clauses out of 20023 with flag 695001/695001
1387.82/718.33	c cleaning 10000 clauses out of 20017 with flag 705000/705000
1398.32/724.00	c cleaning 10000 clauses out of 20017 with flag 715000/715000
1408.84/729.77	c cleaning 10003 clauses out of 20017 with flag 725000/725000
1418.36/734.98	c cleaning 9997 clauses out of 20015 with flag 735001/735001
1429.03/740.84	c cleaning 10002 clauses out of 20017 with flag 745000/745000
1438.75/746.14	c cleaning 9999 clauses out of 20016 with flag 755001/755001
1448.66/751.52	c cleaning 10006 clauses out of 20017 with flag 765001/765001
1458.97/757.17	c cleaning 9997 clauses out of 20011 with flag 775001/775001
1470.45/763.49	c cleaning 10001 clauses out of 20013 with flag 785000/785000
1481.31/769.31	c cleaning 9998 clauses out of 20014 with flag 795002/795002
1493.17/775.76	c cleaning 10000 clauses out of 20014 with flag 805000/805000
1504.65/781.98	c cleaning 10002 clauses out of 20014 with flag 815000/815000
1516.68/788.58	c cleaning 10002 clauses out of 20014 with flag 825002/825002
1528.96/795.18	c cleaning 9997 clauses out of 20010 with flag 835000/835000
1541.63/801.93	c cleaning 10001 clauses out of 20014 with flag 845001/845001
1549.90/806.58	c cleaning 9969 clauses out of 20012 with flag 855000/855000
1559.49/811.96	c cleaning 9997 clauses out of 20044 with flag 865001/865001
1569.16/817.29	c cleaning 10000 clauses out of 20047 with flag 875001/875001
1577.42/821.88	c cleaning 10022 clauses out of 20047 with flag 885001/885001
1585.54/826.33	c cleaning 10005 clauses out of 20025 with flag 895001/895001
1596.30/832.34	c cleaning 9974 clauses out of 20019 with flag 905000/905000
1626.36/847.95	c cleaning 9998 clauses out of 20045 with flag 915000/915000
1651.88/861.24	c cleaning 9994 clauses out of 20047 with flag 925000/925000
1680.15/876.00	c cleaning 9998 clauses out of 20053 with flag 935000/935000
1695.47/884.27	c cleaning 10018 clauses out of 20056 with flag 945001/945001
1710.27/892.14	c cleaning 10005 clauses out of 20038 with flag 955001/955001
1726.81/900.92	c cleaning 10005 clauses out of 20033 with flag 965001/965001
1738.99/907.55	c cleaning 9987 clauses out of 20027 with flag 975000/975000
1759.43/918.44	c cleaning 9974 clauses out of 20041 with flag 985001/985001
1779.69/929.16	c cleaning 10000 clauses out of 20067 with flag 995001/995001
1800.01/939.82	c starts		: 187
1800.01/939.82	c conflicts		: 1005001
1800.01/939.82	c decisions		: 1179726
1800.01/939.82	c propagations		: 12900252
1800.01/939.82	c inspects		: 357708338
1800.01/939.82	c learnt literals	: 0
1800.01/939.82	c learnt binary clauses	: 0
1800.01/939.82	c learnt ternary clauses	: 1
1800.01/939.82	c learnt clauses	: 1005001
1800.01/939.82	c ignored clauses	: 0
1800.01/939.82	c root simplifications	: 0
1800.01/939.82	c removed literals (reason simplification)	: 47328469
1800.01/939.82	c reason swapping (by a shorter reason)	: 0
1800.01/939.82	c Calls to reduceDB	: 102
1800.01/939.82	c number of reductions to clauses (during analyze)	: 0
1800.01/939.82	c number of learned constraints concerned by reduction	: 0
1800.01/939.82	c number of learning phase by resolution	: 0
1800.01/939.82	c number of learning phase by cutting planes	: 0
1800.01/939.82	c speed (assignments/second)	: 13749.078882999755
1800.01/939.82	c non guided choices	65261
1800.01/939.82	c cleaning 9999 clauses out of 20067 with flag 1005001/1005001
1801.26/940.92	c learnt constraints type 
1801.26/940.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10232
1801.26/940.92	c constraints type 
1801.26/940.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
1801.26/940.92	c constraints type 
1801.26/940.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
1801.26/940.92	s UNKNOWN
1801.26/940.92	c Total wall clock time (in seconds): 940.71

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-2662390-1276552198/watcher-2662390-1276552198 -o /tmp/evaluation-result-2662390-1276552198/solver-2662390-1276552198 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662390-1276552198.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.00 1.00 1.06 3/106 30554
/proc/meminfo: memFree=1833072/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1836 CPUtime=0
/proc/30554/stat : 30554 (java6) R 30552 30554 30094 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 30823747 1880064 154 1992294400 134512640 134550932 4292393840 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30554/statm: 458 153 116 10 0 63 0

[startup+0.050924 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 30554
/proc/meminfo: memFree=1833072/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1521016 CPUtime=0.03
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 3489 0 1 0 2 1 0 0 18 0 5 0 30823747 1557520384 2932 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 380254 2932 987 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100922 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 30554
/proc/meminfo: memFree=1833072/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1524180 CPUtime=0.08
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 30823747 1560760320 3396 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300341 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 30554
/proc/meminfo: memFree=1833072/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1526388 CPUtime=0.38
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 5491 0 1 0 35 3 0 0 18 0 12 0 30823747 1563021312 4928 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 381597 4928 1360 10 0 378900 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526388

[startup+0.700327 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 30554
/proc/meminfo: memFree=1833072/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1530232 CPUtime=1.18
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 9007 0 1 0 113 5 0 0 18 0 12 0 30823747 1566957568 8138 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 382558 8138 1404 10 0 379861 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1530232

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.06 6/118 30566
/proc/meminfo: memFree=1788896/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1539876 CPUtime=2.76
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 21836 0 1 0 266 10 0 0 18 0 12 0 30823747 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 384969 20570 1406 10 0 382272 0
[pid=30554/tid=30556] ppid=30552 vsize=1539876 CPUtime=1.46
/proc/30554/task/30556/stat : 30556 (java) R 30552 30554 30094 0 -1 4202560 16265 0 1 0 139 7 0 0 18 0 12 0 30823748 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4109891092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30823750 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 30823750 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30823752 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 30823752 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30823752 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30823756 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1539876 CPUtime=0.7
/proc/30554/task/30563/stat : 30563 (java) R 30552 30554 30094 0 -1 4202560 2914 0 0 0 69 1 0 0 25 0 12 0 30823756 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 106251823 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1539876 CPUtime=0.57
/proc/30554/task/30564/stat : 30564 (java) S 30552 30554 30094 0 -1 4202560 1593 0 0 0 57 0 0 0 25 0 12 0 30823756 1576833024 20570 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30823756 1576833024 20572 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1539876 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30823756 1576833024 20575 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1539876

[startup+3.10224 s]
/proc/loadavg: 1.08 1.02 1.07 6/122 30570
/proc/meminfo: memFree=1740504/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543708 CPUtime=5.95
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 39442 0 1 0 577 18 0 0 18 0 16 0 30823747 1580756992 34620 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385927 34621 1431 10 0 383230 0
[pid=30554/tid=30556] ppid=30552 vsize=1543708 CPUtime=1.52
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17123 0 1 0 144 8 0 0 18 0 16 0 30823748 1580756992 34621 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 30823750 1580756992 34622 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 30823750 1580756992 34624 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 30823752 1580756992 34625 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30823752 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30823752 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30823756 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543708 CPUtime=1.5
/proc/30554/task/30563/stat : 30563 (java) R 30552 30554 30094 0 -1 4202560 6416 0 0 0 148 2 0 0 25 0 16 0 30823756 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 106121489 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543708 CPUtime=1.34
/proc/30554/task/30564/stat : 30564 (java) R 30552 30554 30094 0 -1 4202560 2600 0 0 0 133 1 0 0 25 0 16 0 30823756 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 105580542 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30823756 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30823756 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543708 CPUtime=1.35
/proc/30554/task/30567/stat : 30567 (java) R 30552 30554 30094 0 -1 4202560 11302 0 0 0 131 4 0 0 18 0 16 0 30823903 1580756992 34626 1992294400 134512640 134550932 4292886128 18446744073709551615 4109935095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543708 CPUtime=0.17
/proc/30554/task/30568/stat : 30568 (java) R 30552 30554 30094 0 -1 4202560 935 0 0 0 17 0 0 0 18 0 16 0 30823903 1580756992 34627 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30823910 1580756992 34628 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543708 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 30823918 1580756992 34629 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1543708

[startup+6.31813 s]
/proc/loadavg: 1.08 1.02 1.07 4/122 30570
/proc/meminfo: memFree=1657052/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543004 CPUtime=12.31
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 51102 0 1 0 1208 23 0 0 18 0 16 0 30823747 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385751 45493 1440 10 0 383054 0
[pid=30554/tid=30556] ppid=30552 vsize=1543004 CPUtime=1.52
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17123 0 1 0 144 8 0 0 15 0 16 0 30823748 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543004 CPUtime=0.25
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 4768 0 0 0 23 2 0 0 15 0 16 0 30823750 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543004 CPUtime=0.22
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 3426 0 0 0 21 1 0 0 16 0 16 0 30823750 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 16 0 30823752 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 30823752 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30823752 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543004 CPUtime=2.39
/proc/30554/task/30563/stat : 30563 (java) R 30552 30554 30094 0 -1 4202560 6797 0 0 0 236 3 0 0 25 0 16 0 30823756 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543004 CPUtime=2.14
/proc/30554/task/30564/stat : 30564 (java) R 30552 30554 30094 0 -1 4202560 2865 0 0 0 213 1 0 0 20 0 16 0 30823756 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30823756 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543004 CPUtime=2.88
/proc/30554/task/30567/stat : 30567 (java) R 30552 30554 30094 0 -1 4202560 12280 0 0 0 284 4 0 0 18 0 16 0 30823903 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4110375153 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543004 CPUtime=2.84
/proc/30554/task/30568/stat : 30568 (java) R 30552 30554 30094 0 -1 4202560 2747 0 0 0 283 1 0 0 15 0 16 0 30823903 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4110541346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30823910 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 30823918 1580036096 45493 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1543004

[startup+12.7019 s]
/proc/loadavg: 1.44 1.10 1.09 3/122 30570
/proc/meminfo: memFree=1617992/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543004 CPUtime=24.75
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 62545 0 1 0 2446 29 0 0 18 0 16 0 30823747 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385751 55325 1449 10 0 383054 0
[pid=30554/tid=30556] ppid=30552 vsize=1543004 CPUtime=1.52
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17124 0 1 0 144 8 0 0 15 0 16 0 30823748 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543004 CPUtime=0.44
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 10503 0 0 0 40 4 0 0 16 0 16 0 30823750 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543004 CPUtime=0.41
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 7482 0 0 0 38 3 0 0 16 0 16 0 30823750 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543004 CPUtime=0.2
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 1645 0 0 0 20 0 0 0 15 0 16 0 30823752 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 30823752 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30823752 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543004 CPUtime=2.55
/proc/30554/task/30563/stat : 30563 (java) S 30552 30554 30094 0 -1 4202560 6809 0 0 0 252 3 0 0 15 0 16 0 30823756 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543004 CPUtime=2.2
/proc/30554/task/30564/stat : 30564 (java) S 30552 30554 30094 0 -1 4202560 2874 0 0 0 219 1 0 0 15 0 16 0 30823756 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30823756 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543004 CPUtime=8.63
/proc/30554/task/30567/stat : 30567 (java) R 30552 30554 30094 0 -1 4202560 12284 0 0 0 859 4 0 0 25 0 16 0 30823903 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4110293081 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543004 CPUtime=8.7
/proc/30554/task/30568/stat : 30568 (java) R 30552 30554 30094 0 -1 4202560 2752 0 0 0 869 1 0 0 20 0 16 0 30823903 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4109935414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30823910 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 30823918 1580036096 55325 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0

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

[startup+882.302 s]
/proc/loadavg: 1.86 1.88 1.59 4/122 30603
/proc/meminfo: memFree=1321384/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543004 CPUtime=1691.69
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 148524 0 1 0 169009 160 0 0 18 0 16 0 30823747 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385751 128460 1449 10 0 383054 0
[pid=30554/tid=30556] ppid=30552 vsize=1543004 CPUtime=1.53
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17146 0 1 0 145 8 0 0 15 0 16 0 30823748 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543004 CPUtime=14.03
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 51630 0 0 0 1359 44 0 0 16 0 16 0 30823750 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543004 CPUtime=13.97
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 50117 0 0 0 1348 49 0 0 15 0 16 0 30823750 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543004 CPUtime=58
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 3070 0 0 0 5791 9 0 0 15 0 16 0 30823752 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 30823752 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30823752 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543004 CPUtime=3.53
/proc/30554/task/30563/stat : 30563 (java) S 30552 30554 30094 0 -1 4202560 6866 0 0 0 350 3 0 0 15 0 16 0 30823756 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543004 CPUtime=2.24
/proc/30554/task/30564/stat : 30564 (java) S 30552 30554 30094 0 -1 4202560 2874 0 0 0 223 1 0 0 16 0 16 0 30823756 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 30823756 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543004 CPUtime=802.29
/proc/30554/task/30567/stat : 30567 (java) R 30552 30554 30094 0 -1 4202560 12651 0 0 0 80200 29 0 0 25 0 16 0 30823903 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4110293081 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543004 CPUtime=796.01
/proc/30554/task/30568/stat : 30568 (java) R 30552 30554 30094 0 -1 4202560 3046 0 0 0 79590 11 0 0 25 0 16 0 30823903 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4109916688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30823910 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 30823918 1580036096 128460 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1691.69
Current children cumulated vsize (KiB) 1543004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.802 s]
/proc/loadavg: 1.90 1.88 1.60 3/122 30605
/proc/meminfo: memFree=1312828/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543004 CPUtime=1800.01
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 151051 0 1 0 179832 169 0 0 18 0 16 0 30823747 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385751 130563 1449 10 0 383054 0
[pid=30554/tid=30556] ppid=30552 vsize=1543004 CPUtime=1.53
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17151 0 1 0 145 8 0 0 15 0 16 0 30823748 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543004 CPUtime=15.37
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 53086 0 0 0 1491 46 0 0 15 0 16 0 30823750 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543004 CPUtime=15.32
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 51138 0 0 0 1478 54 0 0 16 0 16 0 30823750 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543004 CPUtime=63.72
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 3072 0 0 0 6362 10 0 0 15 0 16 0 30823752 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 30823752 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30823752 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543004 CPUtime=3.53
/proc/30554/task/30563/stat : 30563 (java) S 30552 30554 30094 0 -1 4202560 6866 0 0 0 350 3 0 0 15 0 16 0 30823756 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543004 CPUtime=2.24
/proc/30554/task/30564/stat : 30564 (java) S 30552 30554 30094 0 -1 4202560 2874 0 0 0 223 1 0 0 16 0 16 0 30823756 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30823756 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 30823756 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543004 CPUtime=851.8
/proc/30554/task/30567/stat : 30567 (java) R 30552 30554 30094 0 -1 4202560 12670 0 0 0 85151 29 0 0 25 0 16 0 30823903 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4110371478 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543004 CPUtime=846.42
/proc/30554/task/30568/stat : 30568 (java) R 30552 30554 30094 0 -1 4202560 3068 0 0 0 84629 13 0 0 25 0 16 0 30823903 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4110248353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30823910 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543004 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 30823918 1580036096 130563 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1543004

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

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

[startup+940.602 s]
/proc/loadavg: 1.90 1.88 1.60 2/125 30608
/proc/meminfo: memFree=1312680/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543652 CPUtime=1800.84
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 151068 0 1 0 179915 169 0 0 18 0 18 0 30823747 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385913 130579 1449 10 0 383216 0
[pid=30554/tid=30556] ppid=30552 vsize=1543652 CPUtime=1.53
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17151 0 1 0 145 8 0 0 15 0 18 0 30823748 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543652 CPUtime=15.4
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 53086 0 0 0 1494 46 0 0 16 0 18 0 30823750 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543652 CPUtime=15.34
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 51138 0 0 0 1480 54 0 0 16 0 18 0 30823750 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543652 CPUtime=64.47
/proc/30554/task/30559/stat : 30559 (java) R 30552 30554 30094 0 -1 4202560 3072 0 0 0 6437 10 0 0 16 0 18 0 30823752 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 18 0 30823752 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30823752 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 30823756 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543652 CPUtime=3.53
/proc/30554/task/30563/stat : 30563 (java) S 30552 30554 30094 0 -1 4202560 6866 0 0 0 350 3 0 0 15 0 18 0 30823756 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543652 CPUtime=2.24
/proc/30554/task/30564/stat : 30564 (java) S 30552 30554 30094 0 -1 4202560 2874 0 0 0 223 1 0 0 16 0 18 0 30823756 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 30823756 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 30823756 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543652 CPUtime=851.81
/proc/30554/task/30567/stat : 30567 (java) S 30552 30554 30094 0 -1 4202560 12671 0 0 0 85152 29 0 0 25 0 18 0 30823903 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543652 CPUtime=846.43
/proc/30554/task/30568/stat : 30568 (java) S 30552 30554 30094 0 -1 4202560 3068 0 0 0 84630 13 0 0 25 0 18 0 30823903 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 30823910 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 30823918 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30607] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30607/stat : 30607 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 30917729 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30608] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30608/stat : 30608 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 30917729 1580699648 130579 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 1543652

[startup+941.002 s]
/proc/loadavg: 1.90 1.88 1.60 2/125 30608
/proc/meminfo: memFree=1312680/2059040 swapFree=4140192/4192956
[pid=30554] ppid=30552 vsize=1543652 CPUtime=1801.46
/proc/30554/stat : 30554 (java) S 30552 30554 30094 0 -1 4202496 151076 0 1 0 179977 169 0 0 18 0 17 0 30823747 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30554/statm: 385913 130583 1452 10 0 383216 0
[pid=30554/tid=30556] ppid=30552 vsize=1543652 CPUtime=1.53
/proc/30554/task/30556/stat : 30556 (java) S 30552 30554 30094 0 -1 4202560 17151 0 1 0 145 8 0 0 15 0 17 0 30823748 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30557] ppid=30552 vsize=1543652 CPUtime=15.4
/proc/30554/task/30557/stat : 30557 (java) S 30552 30554 30094 0 -1 4202560 53086 0 0 0 1494 46 0 0 16 0 17 0 30823750 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30558] ppid=30552 vsize=1543652 CPUtime=15.34
/proc/30554/task/30558/stat : 30558 (java) S 30552 30554 30094 0 -1 4202560 51138 0 0 0 1480 54 0 0 16 0 17 0 30823750 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30559] ppid=30552 vsize=1543652 CPUtime=64.64
/proc/30554/task/30559/stat : 30559 (java) S 30552 30554 30094 0 -1 4202560 3072 0 0 0 6454 10 0 0 17 0 17 0 30823752 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 0 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30560] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30560/stat : 30560 (java) S 30552 30554 30094 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 17 0 30823752 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30561] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30561/stat : 30561 (java) S 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30823752 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30562] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30562/stat : 30562 (java) S 30552 30554 30094 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 30823756 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30563] ppid=30552 vsize=1543652 CPUtime=3.53
/proc/30554/task/30563/stat : 30563 (java) S 30552 30554 30094 0 -1 4202560 6869 0 0 0 350 3 0 0 15 0 17 0 30823756 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 1 0 0 0
[pid=30554/tid=30564] ppid=30552 vsize=1543652 CPUtime=2.24
/proc/30554/task/30564/stat : 30564 (java) S 30552 30554 30094 0 -1 4202560 2874 0 0 0 223 1 0 0 16 0 17 0 30823756 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30565] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30565/stat : 30565 (java) S 30552 30554 30094 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 30823756 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30566] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30566/stat : 30566 (java) S 30552 30554 30094 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 30823756 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30567] ppid=30552 vsize=1543652 CPUtime=852.03
/proc/30554/task/30567/stat : 30567 (java) R 30552 30554 30094 0 -1 4202560 12671 0 0 0 85173 30 0 0 18 0 17 0 30823903 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4110118578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30554/tid=30568] ppid=30552 vsize=1543652 CPUtime=846.65
/proc/30554/task/30568/stat : 30568 (java) R 30552 30554 30094 0 -1 4202560 3068 0 0 0 84652 13 0 0 18 0 17 0 30823903 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4110299543 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30554/tid=30569] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30569/stat : 30569 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 17 0 30823910 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30570] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30570/stat : 30570 (java) S 30552 30554 30094 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 17 0 30823918 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 18446604437871616960 0 0 -1 0 0 0 0
[pid=30554/tid=30607] ppid=30552 vsize=1543652 CPUtime=0
/proc/30554/task/30607/stat : 30607 (java) R 30552 30554 30094 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30917729 1580699648 130583 1992294400 134512640 134550932 4292886128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 1543652

Child status: 143
Real time (s): 941.094
CPU time (s): 1801.6
CPU user time (s): 1799.85
CPU system time (s): 1.75073
CPU usage (%): 191.437
Max. virtual memory (cumulated for all children) (KiB): 1546080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 1.75073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151080
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= 28595
involuntary context switches= 51895

runsolver used 3.9284 second user time and 11.6142 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 23:49:58
IDJOB=2662390
IDBENCH=2430
IDSOLVER=1166
FILE ID=node003/2662390-1276552198
PBS_JOBID= 11173480
Free space on /tmp= 62572 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-grow7.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662390-1276552198/watcher-2662390-1276552198 -o /tmp/evaluation-result-2662390-1276552198/solver-2662390-1276552198 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662390-1276552198.opb

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

MD5SUM BENCH= c73bf29c796f0bf48406f571c4c43173
RANDOM SEED=1651770380

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1833468 kB
Buffers:         38184 kB
Cached:         109284 kB
SwapCached:       5848 kB
Active:          67976 kB
Inactive:        92156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1833468 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:            1020 kB
Writeback:           0 kB
AnonPages:       11256 kB
Mapped:          13056 kB
Slab:            43608 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182444 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= 62572 MiB
End job on node003 at 2010-06-15 00:05:40