Trace number 2662176

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.53 919.647

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-bnl1.opb
MD5SUM6c2572528741ab95a20df4da6c9423f7
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 variables35250
Total number of constraints624
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 constraints624
Minimum length of a constraint30
Maximum length of a constraint2280
Number of terms in the objective function 29490
Biggest coefficient in the objective function 12938266856652800
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 1063579760735919966
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 12938266856652800
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 1063579760735919966
Number of bits of the biggest sum of numbers60
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.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@1f436f5
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@18385e3
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-2662176-1276550801.opb
0.23/0.22	c reading problem ... 
4.26/2.74	c ... done. Wall clock time 2.528s.
4.26/2.74	c #vars     35250
4.26/2.74	c #constraints  14423
4.26/2.74	c constraints type 
4.26/2.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 855
4.26/2.74	c constraints type 
4.26/2.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 855
37.33/19.42	c cleaning 2482 clauses out of 5000 with flag 5000/5000
64.06/33.01	c cleaning 4257 clauses out of 8518 with flag 11000/11000
94.56/48.59	c cleaning 5611 clauses out of 11261 with flag 18000/18000
130.20/66.69	c cleaning 6822 clauses out of 13650 with flag 26000/26000
169.69/86.70	c cleaning 7894 clauses out of 15828 with flag 35000/35000
211.65/108.07	c cleaning 8958 clauses out of 17934 with flag 45000/45000
254.94/130.10	c cleaning 9482 clauses out of 18977 with flag 55001/55001
298.70/152.28	c cleaning 9747 clauses out of 19494 with flag 65000/65000
340.96/173.73	c cleaning 9874 clauses out of 19748 with flag 75001/75001
384.10/195.66	c cleaning 9928 clauses out of 19873 with flag 85000/85000
426.98/217.50	c cleaning 9966 clauses out of 19945 with flag 95000/95000
465.88/237.29	c cleaning 9976 clauses out of 19979 with flag 105000/105000
506.83/258.16	c cleaning 9998 clauses out of 20004 with flag 115001/115001
550.27/280.28	c cleaning 9981 clauses out of 20005 with flag 125000/125000
594.64/302.86	c cleaning 10007 clauses out of 20024 with flag 135000/135000
640.40/326.16	c cleaning 10001 clauses out of 20017 with flag 145000/145000
685.62/349.20	c cleaning 9988 clauses out of 20016 with flag 155000/155000
728.60/371.19	c cleaning 10003 clauses out of 20028 with flag 165000/165000
772.97/393.73	c cleaning 9995 clauses out of 20025 with flag 175000/175000
823.83/419.62	c cleaning 10007 clauses out of 20030 with flag 185000/185000
868.84/442.66	c cleaning 9997 clauses out of 20023 with flag 195000/195000
910.62/463.99	c cleaning 9999 clauses out of 20026 with flag 205000/205000
953.19/485.68	c cleaning 10002 clauses out of 20027 with flag 215000/215000
992.39/505.64	c cleaning 9990 clauses out of 20025 with flag 225000/225000
1032.31/526.09	c cleaning 10002 clauses out of 20035 with flag 235000/235000
1070.91/545.76	c cleaning 10010 clauses out of 20033 with flag 245000/245000
1106.93/564.20	c cleaning 9998 clauses out of 20023 with flag 255000/255000
1148.10/585.20	c cleaning 10003 clauses out of 20025 with flag 265000/265000
1192.69/607.90	c cleaning 10002 clauses out of 20022 with flag 275000/275000
1235.45/629.70	c cleaning 10000 clauses out of 20020 with flag 285000/285000
1277.61/651.26	c cleaning 9990 clauses out of 20021 with flag 295001/295001
1319.55/672.60	c cleaning 10003 clauses out of 20031 with flag 305001/305001
1361.97/694.39	c cleaning 10005 clauses out of 20027 with flag 315000/315000
1404.31/715.93	c cleaning 9978 clauses out of 20022 with flag 325000/325000
1426.64/727.49	c cleaning 10018 clauses out of 20045 with flag 335001/335001
1451.36/740.10	c cleaning 10008 clauses out of 20026 with flag 345000/345000
1478.09/753.99	c cleaning 10006 clauses out of 20019 with flag 355001/355001
1505.57/768.03	c cleaning 9992 clauses out of 20012 with flag 365000/365000
1535.44/783.33	c cleaning 9994 clauses out of 20020 with flag 375000/375000
1562.12/797.01	c cleaning 10011 clauses out of 20027 with flag 385001/385001
1588.87/810.87	c cleaning 9998 clauses out of 20016 with flag 395001/395001
1614.77/824.13	c cleaning 9992 clauses out of 20017 with flag 405000/405000
1641.65/837.94	c cleaning 10000 clauses out of 20025 with flag 415000/415000
1670.72/852.81	c cleaning 10001 clauses out of 20025 with flag 425000/425000
1696.88/866.36	c cleaning 10004 clauses out of 20025 with flag 435001/435001
1727.94/882.24	c cleaning 10003 clauses out of 20020 with flag 445000/445000
1755.99/896.69	c cleaning 9998 clauses out of 20018 with flag 455001/455001
1786.03/912.09	c cleaning 9993 clauses out of 20019 with flag 465000/465000
1800.09/919.42	c starts		: 151
1800.09/919.42	c conflicts		: 470293
1800.09/919.42	c decisions		: 504473
1800.09/919.42	c propagations		: 8258659
1800.09/919.42	c inspects		: 163884176
1800.09/919.42	c learnt literals	: 0
1800.09/919.42	c learnt binary clauses	: 5
1800.09/919.42	c learnt ternary clauses	: 5
1800.09/919.42	c learnt clauses	: 470292
1800.09/919.42	c ignored clauses	: 0
1800.09/919.42	c root simplifications	: 0
1800.09/919.42	c removed literals (reason simplification)	: 47387514
1800.09/919.42	c reason swapping (by a shorter reason)	: 0
1800.09/919.42	c Calls to reduceDB	: 48
1800.09/919.42	c number of reductions to clauses (during analyze)	: 0
1800.09/919.42	c number of learned constraints concerned by reduction	: 0
1800.09/919.42	c number of learning phase by resolution	: 0
1800.09/919.42	c number of learning phase by cutting planes	: 0
1800.09/919.42	c speed (assignments/second)	: 9009.413420314835
1800.09/919.42	c non guided choices	381
1800.33/919.55	c learnt constraints type 
1800.33/919.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15356
1800.33/919.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.33/919.55	c constraints type 
1800.33/919.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 855
1800.33/919.55	c constraints type 
1800.33/919.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 855
1800.33/919.57	s UNKNOWN
1800.33/919.57	c Total wall clock time (in seconds): 919.357

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-2662176-1276550801/watcher-2662176-1276550801 -o /tmp/evaluation-result-2662176-1276550801/solver-2662176-1276550801 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662176-1276550801.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30774
/proc/meminfo: memFree=1814340/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1832 CPUtime=0
/proc/30774/stat : 30774 (java6) R 30772 30774 30557 0 -1 4194304 225 0 0 0 0 0 0 0 19 0 1 0 30683945 1875968 128 1992294400 134512640 134550932 4289687264 18446744073709551615 4353744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30774/statm: 458 132 96 10 0 63 0

[startup+0.0988639 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30774
/proc/meminfo: memFree=1814340/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1525044 CPUtime=0.08
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 3930 0 1 0 6 2 0 0 18 0 12 0 30683945 1561645056 3369 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 381261 3369 1071 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525044

[startup+0.101862 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30774
/proc/meminfo: memFree=1814340/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1525204 CPUtime=0.08
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 30683945 1561808896 3396 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 381301 3396 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.301884 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30774
/proc/meminfo: memFree=1814340/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1526860 CPUtime=0.4
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 5826 0 1 0 36 4 0 0 18 0 12 0 30683945 1563504640 5263 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 381715 5263 1364 10 0 379018 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526860

[startup+0.70192 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 30774
/proc/meminfo: memFree=1814340/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1527516 CPUtime=1.03
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 9646 0 1 0 98 5 0 0 18 0 12 0 30683945 1564176384 8992 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 381879 8993 1400 10 0 379182 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527516

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 30786
/proc/meminfo: memFree=1766320/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542208 CPUtime=2.63
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 26414 0 1 0 249 14 0 0 18 0 12 0 30683945 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385552 24575 1406 10 0 382855 0
[pid=30774/tid=30776] ppid=30772 vsize=1542208 CPUtime=1.45
/proc/30774/task/30776/stat : 30776 (java) R 30772 30774 30557 0 -1 4202560 19697 0 1 0 135 10 0 0 25 0 12 0 30683947 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 103387088 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30683948 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30683948 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30683950 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 30683950 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30683950 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30683954 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542208 CPUtime=0.52
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1359 0 0 0 52 0 0 0 16 0 12 0 30683954 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542208 CPUtime=0.62
/proc/30774/task/30784/stat : 30784 (java) R 30772 30774 30557 0 -1 4202560 4291 0 0 0 61 1 0 0 18 0 12 0 30683954 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 104163931 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30683954 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542208 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 30683955 1579220992 24575 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1542208

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 30786
/proc/meminfo: memFree=1673196/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542840 CPUtime=5.01
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 48393 0 1 0 478 23 0 0 18 0 14 0 30683945 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385710 44400 1434 10 0 383013 0
[pid=30774/tid=30776] ppid=30772 vsize=1542840 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32044 0 1 0 239 16 0 0 25 0 14 0 30683947 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542840 CPUtime=0.15
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 4211 0 0 0 14 1 0 0 18 0 14 0 30683948 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542840 CPUtime=0.15
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 3597 0 0 0 14 1 0 0 18 0 14 0 30683948 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542840 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 30683950 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542840 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 30683950 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542840 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 30683950 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542840 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 30683954 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542840 CPUtime=0.65
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1386 0 0 0 65 0 0 0 15 0 14 0 30683954 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542840 CPUtime=1.18
/proc/30774/task/30784/stat : 30784 (java) R 30772 30774 30557 0 -1 4202560 6065 0 0 0 116 2 0 0 17 0 14 0 30683954 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542840 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 30683954 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542840 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 30683955 1579868160 44400 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1542840

[startup+6.30146 s]
/proc/loadavg: 1.25 1.05 1.02 3/122 30790
/proc/meminfo: memFree=1608560/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542944 CPUtime=11.34
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 57223 0 1 0 1106 28 0 0 18 0 16 0 30683945 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385736 52480 1437 10 0 383039 0
[pid=30774/tid=30776] ppid=30772 vsize=1542944 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32045 0 1 0 239 16 0 0 15 0 16 0 30683947 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542944 CPUtime=0.57
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 9068 0 0 0 53 4 0 0 16 0 16 0 30683948 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542944 CPUtime=0.57
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 7395 0 0 0 54 3 0 0 16 0 16 0 30683948 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 30683950 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30683950 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30683950 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542944 CPUtime=1.25
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1437 0 0 0 125 0 0 0 16 0 16 0 30683954 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542944 CPUtime=2.35
/proc/30774/task/30784/stat : 30784 (java) R 30772 30774 30557 0 -1 4202560 6147 0 0 0 233 2 0 0 15 0 16 0 30683954 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 105711375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 30683955 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30787] ppid=30772 vsize=1542944 CPUtime=1.54
/proc/30774/task/30787/stat : 30787 (java) R 30772 30774 30557 0 -1 4202560 25 0 0 0 154 0 0 0 25 0 16 0 30684220 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4109243442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30788] ppid=30772 vsize=1542944 CPUtime=2.45
/proc/30774/task/30788/stat : 30788 (java) R 30772 30774 30557 0 -1 4202560 29 0 0 0 245 0 0 0 17 0 16 0 30684220 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4109594044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30789] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30789/stat : 30789 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30684301 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30790] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30684301 1579974656 52480 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 1542944

[startup+12.7021 s]
/proc/loadavg: 1.39 1.08 1.03 3/122 30790
/proc/meminfo: memFree=1584132/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542944 CPUtime=24.03
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 64556 0 1 0 2372 31 0 0 18 0 16 0 30683945 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385736 58647 1439 10 0 383039 0
[pid=30774/tid=30776] ppid=30772 vsize=1542944 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32045 0 1 0 239 16 0 0 15 0 16 0 30683947 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542944 CPUtime=0.83
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 13107 0 0 0 78 5 0 0 16 0 16 0 30683948 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542944 CPUtime=0.83
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 10640 0 0 0 79 4 0 0 16 0 16 0 30683948 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542944 CPUtime=0.01
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 30683950 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 30683950 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30683950 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542944 CPUtime=1.37
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1446 0 0 0 137 0 0 0 15 0 16 0 30683954 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542944 CPUtime=2.79
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30557 0 -1 4202560 6166 0 0 0 277 2 0 0 15 0 16 0 30683954 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 30683955 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30787] ppid=30772 vsize=1542944 CPUtime=7.44
/proc/30774/task/30787/stat : 30787 (java) R 30772 30774 30557 0 -1 4202560 27 0 0 0 744 0 0 0 25 0 16 0 30684220 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4109860621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30788] ppid=30772 vsize=1542944 CPUtime=8.13
/proc/30774/task/30788/stat : 30788 (java) R 30772 30774 30557 0 -1 4202560 48 0 0 0 813 0 0 0 25 0 16 0 30684220 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4109256655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30789] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30789/stat : 30789 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30684301 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30790] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30684301 1579974656 58647 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 1542944

[startup+25.5023 s]
/proc/loadavg: 1.60 1.14 1.05 3/122 30792
/proc/meminfo: memFree=1577436/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542944 CPUtime=49.19
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 66322 0 1 0 4886 33 0 0 18 0 16 0 30683945 1579974656 60292 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1494.29
Current children cumulated vsize (KiB) 1542944

[startup+822.301 s]
/proc/loadavg: 2.00 1.95 1.58 3/122 30812
/proc/meminfo: memFree=1490760/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542944 CPUtime=1611.21
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 115867 0 1 0 161021 100 0 0 18 0 16 0 30683945 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385736 81398 1450 10 0 383039 0
[pid=30774/tid=30776] ppid=30772 vsize=1542944 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32053 0 1 0 239 16 0 0 15 0 16 0 30683947 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542944 CPUtime=3.59
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 25233 0 0 0 346 13 0 0 16 0 16 0 30683948 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542944 CPUtime=3.56
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 23221 0 0 0 340 16 0 0 16 0 16 0 30683948 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542944 CPUtime=18.28
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 26029 0 0 0 1813 15 0 0 15 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542944 CPUtime=1.66
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1449 0 0 0 166 0 0 0 15 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542944 CPUtime=3.25
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30557 0 -1 4202560 6215 0 0 0 323 2 0 0 15 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 30683955 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30787] ppid=30772 vsize=1542944 CPUtime=790.75
/proc/30774/task/30787/stat : 30787 (java) R 30772 30774 30557 0 -1 4202560 250 0 0 0 79052 23 0 0 25 0 16 0 30684220 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4109518298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30788] ppid=30772 vsize=1542944 CPUtime=787.47
/proc/30774/task/30788/stat : 30788 (java) R 30772 30774 30557 0 -1 4202560 296 0 0 0 78738 9 0 0 25 0 16 0 30684220 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4109243521 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30789] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30789/stat : 30789 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30790] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1611.21
Current children cumulated vsize (KiB) 1542944

[startup+882.303 s]
/proc/loadavg: 2.00 1.96 1.61 3/122 30814
/proc/meminfo: memFree=1490760/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542944 CPUtime=1728.08
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 116529 0 1 0 172705 103 0 0 18 0 16 0 30683945 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385736 81398 1450 10 0 383039 0
[pid=30774/tid=30776] ppid=30772 vsize=1542944 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32054 0 1 0 239 16 0 0 15 0 16 0 30683947 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542944 CPUtime=3.75
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 25233 0 0 0 362 13 0 0 16 0 16 0 30683948 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542944 CPUtime=3.72
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 23221 0 0 0 355 17 0 0 15 0 16 0 30683948 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542944 CPUtime=20.37
/proc/30774/task/30779/stat : 30779 (java) R 30772 30774 30557 0 -1 4202560 26674 0 0 0 2021 16 0 0 15 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 105696582 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542944 CPUtime=1.66
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1449 0 0 0 166 0 0 0 15 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542944 CPUtime=3.25
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30557 0 -1 4202560 6215 0 0 0 323 2 0 0 15 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 30683955 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30787] ppid=30772 vsize=1542944 CPUtime=847.95
/proc/30774/task/30787/stat : 30787 (java) S 30772 30774 30557 0 -1 4202560 256 0 0 0 84770 25 0 0 25 0 16 0 30684220 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30788] ppid=30772 vsize=1542944 CPUtime=844.74
/proc/30774/task/30788/stat : 30788 (java) S 30772 30774 30557 0 -1 4202560 302 0 0 0 84465 9 0 0 25 0 16 0 30684220 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30789] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30789/stat : 30789 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30790] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.08
Current children cumulated vsize (KiB) 1542944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.402 s]
/proc/loadavg: 2.05 1.97 1.63 4/122 30814
/proc/meminfo: memFree=1490512/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1542944 CPUtime=1800.09
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 117825 0 1 0 179904 105 0 0 18 0 16 0 30683945 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385736 81398 1450 10 0 383039 0
[pid=30774/tid=30776] ppid=30772 vsize=1542944 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32056 0 1 0 239 16 0 0 15 0 16 0 30683947 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1542944 CPUtime=3.84
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 25233 0 0 0 371 13 0 0 16 0 16 0 30683948 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1542944 CPUtime=3.81
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 23221 0 0 0 364 17 0 0 15 0 16 0 30683948 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1542944 CPUtime=21.95
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 27958 0 0 0 2179 16 0 0 16 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30683950 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1542944 CPUtime=1.66
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1449 0 0 0 166 0 0 0 15 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1542944 CPUtime=3.25
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30557 0 -1 4202560 6215 0 0 0 323 2 0 0 15 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30683954 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30683955 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30787] ppid=30772 vsize=1542944 CPUtime=882.76
/proc/30774/task/30787/stat : 30787 (java) R 30772 30774 30557 0 -1 4202560 260 0 0 0 88250 26 0 0 25 0 16 0 30684220 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4109547709 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30788] ppid=30772 vsize=1542944 CPUtime=880.16
/proc/30774/task/30788/stat : 30788 (java) R 30772 30774 30557 0 -1 4202560 306 0 0 0 88007 9 0 0 25 0 16 0 30684220 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4109518408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30789] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30789/stat : 30789 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30790] ppid=30772 vsize=1542944 CPUtime=0
/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30684301 1579974656 81398 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1542944

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

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

[startup+919.61 s]
/proc/loadavg: 2.05 1.97 1.63 5/125 30817
/proc/meminfo: memFree=1490488/2059040 swapFree=4140388/4192956
[pid=30774] ppid=30772 vsize=1543592 CPUtime=1800.47
/proc/30774/stat : 30774 (java) S 30772 30774 30557 0 -1 4202496 117851 0 1 0 179942 105 0 0 18 0 17 0 30683945 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30774/statm: 385898 81424 1453 10 0 383201 0
[pid=30774/tid=30776] ppid=30772 vsize=1543592 CPUtime=2.55
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30557 0 -1 4202560 32056 0 1 0 239 16 0 0 15 0 17 0 30683947 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=1543592 CPUtime=3.84
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30557 0 -1 4202560 25233 0 0 0 371 13 0 0 16 0 17 0 30683948 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=1543592 CPUtime=3.81
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30557 0 -1 4202560 23221 0 0 0 364 17 0 0 15 0 17 0 30683948 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=1543592 CPUtime=21.95
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30557 0 -1 4202560 27958 0 0 0 2179 16 0 0 16 0 17 0 30683950 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 0 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 30683950 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 30683950 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 30683954 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=1543592 CPUtime=1.72
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30557 0 -1 4202560 1455 0 0 0 172 0 0 0 16 0 17 0 30683954 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=1543592 CPUtime=3.25
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30557 0 -1 4202560 6215 0 0 0 323 2 0 0 15 0 17 0 30683954 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 30683954 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30557 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 30683955 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30787] ppid=30772 vsize=1543592 CPUtime=882.87
/proc/30774/task/30787/stat : 30787 (java) R 30772 30774 30557 0 -1 4202560 260 0 0 0 88261 26 0 0 25 0 17 0 30684220 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4109901027 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30774/tid=30788] ppid=30772 vsize=1543592 CPUtime=880.36
/proc/30774/task/30788/stat : 30788 (java) R 30772 30774 30557 0 -1 4202560 306 0 0 0 88027 9 0 0 25 0 17 0 30684220 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4109518276 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30774/tid=30789] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30789/stat : 30789 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 30684301 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
[pid=30774/tid=30790] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30790/stat : 30790 (java) S 30772 30774 30557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 30684301 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 1 0 0 0
[pid=30774/tid=30816] ppid=30772 vsize=1543592 CPUtime=0
/proc/30774/task/30816/stat : 30816 (java) S 30772 30774 30557 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 17 0 30775887 1580638208 81424 1992294400 134512640 134550932 4288247776 18446744073709551615 4294960144 0 4 0 16800975 18446604435773532096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1543592

Child status: 143
Real time (s): 919.647
CPU time (s): 1800.53
CPU user time (s): 1799.43
CPU system time (s): 1.09483
CPU usage (%): 195.784
Max. virtual memory (cumulated for all children) (KiB): 1545508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.09483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117851
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= 25962
involuntary context switches= 51632

runsolver used 4.98824 second user time and 10.0155 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-14 23:26:41
IDJOB=2662176
IDBENCH=2421
IDSOLVER=1166
FILE ID=node004/2662176-1276550801
PBS_JOBID= 11173485
Free space on /tmp= 62544 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-bnl1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662176-1276550801/watcher-2662176-1276550801 -o /tmp/evaluation-result-2662176-1276550801/solver-2662176-1276550801 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662176-1276550801.opb

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

MD5SUM BENCH= 6c2572528741ab95a20df4da6c9423f7
RANDOM SEED=1839596524

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1814612 kB
Buffers:         42824 kB
Cached:         120412 kB
SwapCached:       6520 kB
Active:          71544 kB
Inactive:       105108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814612 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:            3228 kB
Writeback:           0 kB
AnonPages:       11592 kB
Mapped:          13048 kB
Slab:            45660 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182572 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= 62544 MiB
End job on node004 at 2010-06-14 23:42:02