Trace number 2687248

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) 1802.81 946.378

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12019_5.std.opb
MD5SUMfca2bf846c4de68f23f92649fc394136
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234238
Number of constraints which are clauses233038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2687248-1278450290.opb
0.25/0.21	c reading problem ... 
9.23/6.21	c ... done. Wall clock time 5.998s.
9.23/6.21	c #vars     72842
9.23/6.21	c #constraints  224289
9.23/6.21	c constraints type 
9.23/6.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33190
9.23/6.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 186534
9.23/6.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
9.23/6.21	c constraints type 
9.23/6.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 186534
9.23/6.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 33190
9.23/6.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
15.72/9.54	c And the winner is Resolution
15.88/9.98	c SATISFIABLE
15.88/9.98	c OPTIMIZING...
15.88/9.98	c Got one! Elapsed wall clock time (in seconds):9.762
15.88/9.98	o 197
19.37/11.79	c And the winner is Resolution
19.69/12.03	c Got one! Elapsed wall clock time (in seconds):11.818
19.69/12.03	o 196
24.38/14.46	c cleaning 2496 clauses out of 5000 with flag 5000/5000
25.18/15.06	c And the winner is Resolution
25.34/15.15	c Got one! Elapsed wall clock time (in seconds):14.939
25.34/15.15	o 195
29.20/17.18	c And the winner is Resolution
29.41/18.18	c Got one! Elapsed wall clock time (in seconds):17.965
29.41/18.18	o 171
35.40/21.24	c And the winner is Resolution
35.52/22.21	c Got one! Elapsed wall clock time (in seconds):21.997
35.52/22.21	o 170
38.28/23.63	c cleaning 4247 clauses out of 8505 with flag 11001/11001
44.01/26.79	c And the winner is Resolution
44.25/27.24	c Got one! Elapsed wall clock time (in seconds):27.027
44.25/27.24	o 169
46.96/28.66	c And the winner is Resolution
47.11/29.28	c Got one! Elapsed wall clock time (in seconds):29.066
47.11/29.28	o 136
53.10/32.30	c cleaning 5618 clauses out of 11257 with flag 18000/18000
56.03/34.07	c And the winner is Resolution
56.19/34.31	c Got one! Elapsed wall clock time (in seconds):34.097
56.19/34.31	o 135
63.11/37.86	c And the winner is Resolution
63.29/38.34	c Got one! Elapsed wall clock time (in seconds):38.124
63.29/38.34	o 134
67.98/40.72	c And the winner is Resolution
68.09/41.38	c Got one! Elapsed wall clock time (in seconds):41.167
68.09/41.38	o 133
70.52/42.62	c cleaning 6809 clauses out of 13639 with flag 26000/26000
84.23/49.88	c And the winner is Resolution
84.48/50.42	c Got one! Elapsed wall clock time (in seconds):50.206
84.48/50.42	o 132
86.83/51.68	c And the winner is Resolution
87.06/52.45	c Got one! Elapsed wall clock time (in seconds):52.233
87.06/52.45	o 131
87.97/52.99	c cleaning 7903 clauses out of 15830 with flag 35000/35000
94.84/56.61	c And the winner is Resolution
94.98/57.50	c Got one! Elapsed wall clock time (in seconds):57.286
94.98/57.50	o 130
111.64/65.92	c cleaning 8960 clauses out of 17927 with flag 45000/45000
121.63/71.24	c And the winner is Resolution
121.76/71.55	c Got one! Elapsed wall clock time (in seconds):71.335
121.76/71.55	o 129
123.06/72.24	c And the winner is Resolution
123.27/72.57	c Got one! Elapsed wall clock time (in seconds):72.358
123.27/72.57	o 128
126.91/74.48	c And the winner is Resolution
127.28/75.60	c Got one! Elapsed wall clock time (in seconds):75.385
127.28/75.60	o 127
135.00/79.53	c cleaning 9980 clauses out of 19967 with flag 56000/56000
139.62/82.17	c And the winner is Resolution
139.93/83.11	c Got one! Elapsed wall clock time (in seconds):82.894
139.93/83.11	o 126
163.88/95.30	c cleaning 10990 clauses out of 21987 with flag 68000/68000
180.44/103.97	c And the winner is Resolution
180.72/104.17	c Got one! Elapsed wall clock time (in seconds):103.958
180.72/104.17	o 125
181.98/104.89	c And the winner is Resolution
182.35/105.20	c Got one! Elapsed wall clock time (in seconds):104.98
182.35/105.20	o 124
186.13/107.11	c And the winner is Resolution
186.36/108.24	c Got one! Elapsed wall clock time (in seconds):108.021
186.36/108.24	o 123
192.83/111.60	c cleaning 11986 clauses out of 23997 with flag 81000/81000
199.02/114.98	c And the winner is Resolution
199.38/115.28	c Got one! Elapsed wall clock time (in seconds):115.069
199.38/115.28	o 122
223.98/127.73	c cleaning 13003 clauses out of 26013 with flag 95002/95002
238.01/135.10	c And the winner is Resolution
238.14/135.42	c Got one! Elapsed wall clock time (in seconds):135.205
238.14/135.42	o 121
260.50/146.77	c cleaning 13995 clauses out of 28008 with flag 110000/110000
275.11/154.49	c And the winner is Resolution
275.55/155.48	c Got one! Elapsed wall clock time (in seconds):155.266
275.55/155.48	o 120
277.98/156.77	c And the winner is Resolution
278.51/157.51	c Got one! Elapsed wall clock time (in seconds):157.292
278.51/157.51	o 119
286.44/161.60	c And the winner is Resolution
287.00/162.54	c Got one! Elapsed wall clock time (in seconds):162.322
287.00/162.54	o 118
302.18/170.29	c cleaning 15002 clauses out of 30013 with flag 126000/126000
307.68/173.41	c And the winner is Resolution
308.04/174.19	c Got one! Elapsed wall clock time (in seconds):173.977
308.04/174.19	o 117
344.35/192.58	c And the winner is Resolution
344.75/193.25	c Got one! Elapsed wall clock time (in seconds):193.038
344.75/193.25	o 116
345.26/193.54	c cleaning 15993 clauses out of 32012 with flag 143001/143001
394.89/218.97	c cleaning 17000 clauses out of 34019 with flag 161001/161001
431.57/237.89	c And the winner is Resolution
432.08/238.81	c Got one! Elapsed wall clock time (in seconds):238.6
432.08/238.81	o 115
442.20/243.97	c cleaning 17982 clauses out of 36018 with flag 180000/180000
445.38/245.96	c And the winner is Resolution
445.96/246.85	c Got one! Elapsed wall clock time (in seconds):246.637
445.96/246.85	o 114
461.91/254.91	c And the winner is Resolution
462.40/255.89	c Got one! Elapsed wall clock time (in seconds):255.677
462.40/255.89	o 113
467.18/258.41	c cleaning 0 clauses out of 5001 with flag 0/5001
499.11/274.92	c cleaning 19003 clauses out of 38037 with flag 200001/200001
544.30/298.13	c cleaning 19989 clauses out of 40033 with flag 221000/221000
579.54/316.31	c And the winner is Resolution
580.12/317.03	c Got one! Elapsed wall clock time (in seconds):316.818
580.12/317.03	o 112
597.51/325.88	c cleaning 21013 clauses out of 42044 with flag 243000/243000
677.90/366.89	c cleaning 21998 clauses out of 44032 with flag 266001/266001
738.41/397.92	c cleaning 22998 clauses out of 46033 with flag 290000/290000
745.24/401.86	c And the winner is Resolution
746.06/402.88	c Got one! Elapsed wall clock time (in seconds):402.663
746.06/402.88	o 111
806.76/433.51	c cleaning 24001 clauses out of 48035 with flag 315000/315000
861.70/461.76	c cleaning 24989 clauses out of 50036 with flag 341002/341002
929.24/496.30	c cleaning 26000 clauses out of 52047 with flag 368002/368002
1035.34/550.54	c cleaning 27008 clauses out of 54045 with flag 396000/396000
1102.84/585.14	c cleaning 28007 clauses out of 56037 with flag 425000/425000
1193.46/631.42	c cleaning 28996 clauses out of 58030 with flag 455000/455000
1259.07/665.20	c And the winner is Resolution
1259.92/666.72	c Got one! Elapsed wall clock time (in seconds):666.507
1259.92/666.72	o 110
1278.71/676.24	c cleaning 30005 clauses out of 60034 with flag 486000/486000
1378.66/727.47	c cleaning 31003 clauses out of 62029 with flag 518000/518000
1471.32/774.86	c cleaning 32005 clauses out of 64026 with flag 551000/551000
1567.32/823.99	c cleaning 32972 clauses out of 66022 with flag 585001/585001
1659.13/871.60	c cleaning 0 clauses out of 11001 with flag 0/11001
1699.45/892.80	c cleaning 34013 clauses out of 68049 with flag 620000/620000
1799.74/944.18	c cleaning 35004 clauses out of 70037 with flag 656001/656001

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

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


[startup+0 s]
/proc/loadavg: 1.03 1.50 1.53 3/107 23696
/proc/meminfo: memFree=1811684/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1832 CPUtime=0
/proc/23696/stat : 23696 (java6) R 23694 23696 23366 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 13240836 1875968 154 1992294400 134512640 134550932 4288210800 18446744073709551615 7829712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23696/statm: 458 156 119 10 0 63 0

[startup+0.0856479 s]
/proc/loadavg: 1.03 1.50 1.53 3/107 23696
/proc/meminfo: memFree=1811684/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1521796 CPUtime=0.07
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 3806 0 1 0 5 2 0 0 18 0 7 0 13240836 1558319104 3247 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 380449 3247 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101649 s]
/proc/loadavg: 1.03 1.50 1.53 3/107 23696
/proc/meminfo: memFree=1811684/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1524180 CPUtime=0.08
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 13240836 1560760320 3395 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300818 s]
/proc/loadavg: 1.03 1.50 1.53 3/107 23696
/proc/meminfo: memFree=1811684/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1526124 CPUtime=0.36
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 6161 0 1 0 33 3 0 0 18 0 12 0 13240836 1562750976 5598 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 381531 5598 1361 10 0 378834 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526124

[startup+0.701804 s]
/proc/loadavg: 1.03 1.50 1.53 3/107 23696
/proc/meminfo: memFree=1811684/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1527704 CPUtime=1.12
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 8134 0 1 0 108 4 0 0 18 0 12 0 13240836 1564368896 7571 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 381926 7571 1403 10 0 379229 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527704

[startup+1.50177 s]
/proc/loadavg: 1.03 1.50 1.53 5/119 23708
/proc/meminfo: memFree=1771724/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1534836 CPUtime=2.66
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 23081 0 1 0 254 12 0 0 18 0 12 0 13240836 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 383709 20665 1407 10 0 381012 0
[pid=23696/tid=23698] ppid=23694 vsize=1534836 CPUtime=1.44
/proc/23696/task/23698/stat : 23698 (java) R 23694 23696 23366 0 -1 4202560 17414 0 1 0 136 8 0 0 19 0 12 0 13240837 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4109865373 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 13240839 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 13240839 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 13240840 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 13240841 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 13240841 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13240845 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1534836 CPUtime=0.16
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 235 0 0 0 16 0 0 0 25 0 12 0 13240845 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1534836 CPUtime=1.03
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 4370 0 0 0 101 2 0 0 16 0 12 0 13240845 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 13240845 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1534836 CPUtime=0
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 13240845 1571672064 20665 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1534836

[startup+3.10071 s]
/proc/loadavg: 1.18 1.52 1.53 2/119 23708
/proc/meminfo: memFree=1683188/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1534628 CPUtime=4.71
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 42912 0 1 0 448 23 0 0 18 0 12 0 13240836 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 383657 39959 1423 10 0 380960 0
[pid=23696/tid=23698] ppid=23694 vsize=1534628 CPUtime=2.92
/proc/23696/task/23698/stat : 23698 (java) R 23694 23696 23366 0 -1 4202560 32034 0 1 0 275 17 0 0 21 0 12 0 13240837 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4109851380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1534628 CPUtime=0.09
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 2495 0 0 0 8 1 0 0 18 0 12 0 13240839 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1534628 CPUtime=0.08
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 2137 0 0 0 8 0 0 0 18 0 12 0 13240839 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1534628 CPUtime=0
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 13240840 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1534628 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 13240841 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1534628 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13240841 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1534628 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 13240845 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1534628 CPUtime=0.42
/proc/23696/task/23705/stat : 23705 (java) R 23694 23696 23366 0 -1 4202560 789 0 0 0 42 0 0 0 15 0 12 0 13240845 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 105711417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1534628 CPUtime=1.14
/proc/23696/task/23706/stat : 23706 (java) R 23694 23696 23366 0 -1 4202560 4390 0 0 0 112 2 0 0 15 0 12 0 13240845 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 104140814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1534628 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 13240845 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1534628 CPUtime=0
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 13240845 1571459072 39959 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1534628

[startup+6.3016 s]
/proc/loadavg: 1.18 1.52 1.53 6/119 23708
/proc/meminfo: memFree=1616352/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1540120 CPUtime=9.41
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 61840 0 1 0 911 30 0 0 18 0 14 0 13240836 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 385030 53851 1429 10 0 382333 0
[pid=23696/tid=23698] ppid=23694 vsize=1540120 CPUtime=5.38
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32062 0 1 0 521 17 0 0 25 0 14 0 13240837 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1540120 CPUtime=0.41
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 7974 0 0 0 38 3 0 0 18 0 14 0 13240839 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1540120 CPUtime=0.69
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 10052 0 0 0 66 3 0 0 16 0 14 0 13240839 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 13240840 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 13240841 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 13240841 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 13240845 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1540120 CPUtime=0.8
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 992 0 0 0 80 0 0 0 16 0 14 0 13240845 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1540120 CPUtime=2.01
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 9676 0 0 0 197 4 0 0 15 0 14 0 13240845 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 13240845 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 13240845 1577082880 53851 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 1540120

[startup+12.7014 s]
/proc/loadavg: 1.53 1.59 1.56 1/121 23714
/proc/meminfo: memFree=1552352/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1540120 CPUtime=21.02
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 76364 0 1 0 2062 40 0 0 18 0 16 0 13240836 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 385030 65919 1446 10 0 382333 0
[pid=23696/tid=23698] ppid=23694 vsize=1540120 CPUtime=5.44
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32062 0 1 0 527 17 0 0 19 0 16 0 13240837 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1540120 CPUtime=1.05
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 15247 0 0 0 98 7 0 0 16 0 16 0 13240839 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1540120 CPUtime=1.31
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 16416 0 0 0 125 6 0 0 15 0 16 0 13240839 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1540120 CPUtime=0.05
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 8 0 0 0 4 1 0 0 15 0 16 0 13240840 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 13240841 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 13240841 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 13240845 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1540120 CPUtime=2.45
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 1079 0 0 0 245 0 0 0 15 0 16 0 13240845 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1540120 CPUtime=2.91
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 10417 0 0 0 286 5 0 0 15 0 16 0 13240845 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 13240845 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 13240845 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23711] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23711/stat : 23711 (java) S 23694 23696 23366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 13241478 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23712] ppid=23694 vsize=1540120 CPUtime=0
/proc/23696/task/23712/stat : 23712 (java) S 23694 23696 23366 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 13241483 1577082880 65919 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (KiB) 1540120

[startup+25.5019 s]
/proc/loadavg: 1.44 1.57 1.55 3/123 23723
/proc/meminfo: memFree=1524684/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1538072 CPUtime=41.62
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 83764 0 1 0 4118 44 0 0 18 0 16 0 13240836 1574985728 72823 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23696/statm: 384518 72823 1453 10 0 381821 0
[pid=23696/tid=23698] ppid=23694 vsize=1538072 CPUtime=5.5
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32062 0 1 0 533 17 0 0 18 0 16 0 13240837 1574985728 72823 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1538072 CPUtime=1.4
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 18504 0 0 0 131 9 0 0 16 0 16 0 13240839 1574985728 72823 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1538072 CPUtime=1.65
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 20310 0 0 0 158 7 0 0 16 0 16 0 13240839 1574985728 72823 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1538072 CPUtime=0.88
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 208 0 0 0 87 1 0 0 15 0 16 0 13240840 1574985728 72823 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1538072 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 13240841 1574985728 72823 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1538072 CPUtime=0

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


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23696

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

[startup+945.402 s]
/proc/loadavg: 2.24 2.15 1.91 2/124 23807
/proc/meminfo: memFree=1279900/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1544224 CPUtime=1801.16
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 212168 0 1 0 179949 167 0 0 18 0 16 0 13240836 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23696/statm: 386056 134634 1453 10 0 383359 0
[pid=23696/tid=23698] ppid=23694 vsize=1544224 CPUtime=6.01
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32092 0 1 0 583 18 0 0 15 0 16 0 13240837 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1544224 CPUtime=22.97
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 47716 0 0 0 2258 39 0 0 16 0 16 0 13240839 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1544224 CPUtime=23.35
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 54031 0 0 0 2302 33 0 0 15 0 16 0 13240839 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1544224 CPUtime=31.71
/proc/23696/task/23701/stat : 23701 (java) R 23694 23696 23366 0 -1 4202560 64441 0 0 0 3138 33 0 0 17 0 16 0 13240840 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 106158883 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1544224 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 13240841 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1544224 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 13240841 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1544224 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 13240845 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1544224 CPUtime=2.78
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 1098 0 0 0 278 0 0 0 15 0 16 0 13240845 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1544224 CPUtime=3.52
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 10632 0 0 0 347 5 0 0 15 0 16 0 13240845 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1544224 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 13240845 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1544224 CPUtime=0.01
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 16 0 13240845 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23711] ppid=23694 vsize=1544224 CPUtime=0
/proc/23696/task/23711/stat : 23711 (java) S 23694 23696 23366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 13241478 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23712] ppid=23694 vsize=1544224 CPUtime=0
/proc/23696/task/23712/stat : 23712 (java) S 23694 23696 23366 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 13241483 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23795] ppid=23694 vsize=1544224 CPUtime=257.76
/proc/23696/task/23795/stat : 23795 (java) S 23694 23696 23366 0 -1 4202560 120 0 0 0 25772 4 0 0 25 0 16 0 13307508 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23796] ppid=23694 vsize=1544224 CPUtime=258.34
/proc/23696/task/23796/stat : 23796 (java) S 23694 23696 23366 0 -1 4202560 104 0 0 0 25829 5 0 0 25 0 16 0 13307508 1581285376 134634 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.16
Current children cumulated vsize (KiB) 1544224

[startup+945.802 s]
/proc/loadavg: 2.24 2.15 1.91 2/124 23807
/proc/meminfo: memFree=1279900/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1539420 CPUtime=1801.72
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 212173 0 1 0 180005 167 0 0 18 0 17 0 13240836 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23696/statm: 384855 133357 1453 10 0 382158 0
[pid=23696/tid=23698] ppid=23694 vsize=1539420 CPUtime=6.01
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32092 0 1 0 583 18 0 0 15 0 17 0 13240837 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1539420 CPUtime=22.97
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 47716 0 0 0 2258 39 0 0 16 0 17 0 13240839 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1539420 CPUtime=23.35
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 54031 0 0 0 2302 33 0 0 15 0 17 0 13240839 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1539420 CPUtime=31.95
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 64441 0 0 0 3162 33 0 0 17 0 17 0 13240840 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1539420 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 13240841 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1539420 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 13240841 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1539420 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 17 0 13240845 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1539420 CPUtime=2.78
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 1098 0 0 0 278 0 0 0 15 0 17 0 13240845 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1539420 CPUtime=3.52
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 10632 0 0 0 347 5 0 0 15 0 17 0 13240845 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1539420 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 13240845 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1539420 CPUtime=0.01
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 17 0 13240845 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23711] ppid=23694 vsize=1539420 CPUtime=0
/proc/23696/task/23711/stat : 23711 (java) S 23694 23696 23366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 13241478 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23712] ppid=23694 vsize=1539420 CPUtime=0
/proc/23696/task/23712/stat : 23712 (java) S 23694 23696 23366 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 17 0 13241483 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23795] ppid=23694 vsize=1539420 CPUtime=257.92
/proc/23696/task/23795/stat : 23795 (java) R 23694 23696 23366 0 -1 4202560 120 0 0 0 25788 4 0 0 18 0 17 0 13307508 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4110597254 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23696/tid=23796] ppid=23694 vsize=1539420 CPUtime=258.5
/proc/23696/task/23796/stat : 23796 (java) R 23694 23696 23366 0 -1 4202560 104 0 0 0 25845 5 0 0 18 0 17 0 13307508 1576366080 133357 1992294400 134512640 134550932 4289049040 18446744073709551615 4110534402 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 1539420

[startup+946.202 s]
/proc/loadavg: 2.24 2.15 1.91 4/126 23809
/proc/meminfo: memFree=1279884/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1539744 CPUtime=1802.51
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 212181 0 1 0 180084 167 0 0 18 0 18 0 13240836 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23696/statm: 384936 133365 1453 10 0 382239 0
[pid=23696/tid=23698] ppid=23694 vsize=1539744 CPUtime=6.01
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32092 0 1 0 583 18 0 0 15 0 18 0 13240837 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1539744 CPUtime=22.97
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 47716 0 0 0 2258 39 0 0 16 0 18 0 13240839 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1539744 CPUtime=23.35
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 54031 0 0 0 2302 33 0 0 15 0 18 0 13240839 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1539744 CPUtime=31.95
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 64441 0 0 0 3162 33 0 0 17 0 18 0 13240840 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 13240841 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 13240841 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1539744 CPUtime=2.78
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 1098 0 0 0 278 0 0 0 15 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1539744 CPUtime=3.52
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 10632 0 0 0 347 5 0 0 15 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1539744 CPUtime=0.01
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23711] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23711/stat : 23711 (java) S 23694 23696 23366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 13241478 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23712] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23712/stat : 23712 (java) S 23694 23696 23366 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 13241483 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23795] ppid=23694 vsize=1539744 CPUtime=258.3
/proc/23696/task/23795/stat : 23795 (java) R 23694 23696 23366 0 -1 4202560 120 0 0 0 25826 4 0 0 18 0 18 0 13307508 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4110528123 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23696/tid=23796] ppid=23694 vsize=1539744 CPUtime=258.9
/proc/23696/task/23796/stat : 23796 (java) R 23694 23696 23366 0 -1 4202560 104 0 0 0 25885 5 0 0 18 0 18 0 13307508 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4110561619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23696/tid=23808] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23808/stat : 23808 (java) S 23694 23696 23366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 13335410 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23809] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23809/stat : 23809 (java) R 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 13335420 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 7867624 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.51
Current children cumulated vsize (KiB) 1539744

[startup+946.302 s]
/proc/loadavg: 2.24 2.15 1.91 4/126 23809
/proc/meminfo: memFree=1279884/2059040 swapFree=4192956/4192956
[pid=23696] ppid=23694 vsize=1539744 CPUtime=1802.71
/proc/23696/stat : 23696 (java) S 23694 23696 23366 0 -1 4202496 212181 0 1 0 180104 167 0 0 18 0 18 0 13240836 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23696/statm: 384936 133365 1453 10 0 382239 0
[pid=23696/tid=23698] ppid=23694 vsize=1539744 CPUtime=6.01
/proc/23696/task/23698/stat : 23698 (java) S 23694 23696 23366 0 -1 4202560 32092 0 1 0 583 18 0 0 15 0 18 0 13240837 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23699] ppid=23694 vsize=1539744 CPUtime=22.97
/proc/23696/task/23699/stat : 23699 (java) S 23694 23696 23366 0 -1 4202560 47716 0 0 0 2258 39 0 0 16 0 18 0 13240839 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23700] ppid=23694 vsize=1539744 CPUtime=23.35
/proc/23696/task/23700/stat : 23700 (java) S 23694 23696 23366 0 -1 4202560 54031 0 0 0 2302 33 0 0 15 0 18 0 13240839 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23701] ppid=23694 vsize=1539744 CPUtime=31.95
/proc/23696/task/23701/stat : 23701 (java) S 23694 23696 23366 0 -1 4202560 64441 0 0 0 3162 33 0 0 17 0 18 0 13240840 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 0 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23702] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23702/stat : 23702 (java) S 23694 23696 23366 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 13240841 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23703] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23703/stat : 23703 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 13240841 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23704] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23704/stat : 23704 (java) S 23694 23696 23366 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23705] ppid=23694 vsize=1539744 CPUtime=2.78
/proc/23696/task/23705/stat : 23705 (java) S 23694 23696 23366 0 -1 4202560 1098 0 0 0 278 0 0 0 15 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23706] ppid=23694 vsize=1539744 CPUtime=3.52
/proc/23696/task/23706/stat : 23706 (java) S 23694 23696 23366 0 -1 4202560 10632 0 0 0 347 5 0 0 15 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23707] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23707/stat : 23707 (java) S 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23708] ppid=23694 vsize=1539744 CPUtime=0.01
/proc/23696/task/23708/stat : 23708 (java) S 23694 23696 23366 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 18 0 13240845 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23711] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23711/stat : 23711 (java) S 23694 23696 23366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 13241478 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23712] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23712/stat : 23712 (java) S 23694 23696 23366 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 13241483 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 0 0 0 0
[pid=23696/tid=23795] ppid=23694 vsize=1539744 CPUtime=258.4
/proc/23696/task/23795/stat : 23795 (java) R 23694 23696 23366 0 -1 4202560 120 0 0 0 25836 4 0 0 18 0 18 0 13307508 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4110596851 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23696/tid=23796] ppid=23694 vsize=1539744 CPUtime=259
/proc/23696/task/23796/stat : 23796 (java) R 23694 23696 23366 0 -1 4202560 104 0 0 0 25895 5 0 0 18 0 18 0 13307508 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4110015022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23696/tid=23808] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23808/stat : 23808 (java) S 23694 23696 23366 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 13335410 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 4294960144 0 4 0 16800975 18446604437817969472 0 0 -1 1 0 0 0
[pid=23696/tid=23809] ppid=23694 vsize=1539744 CPUtime=0
/proc/23696/task/23809/stat : 23809 (java) R 23694 23696 23366 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 13335420 1576697856 133365 1992294400 134512640 134550932 4289049040 18446744073709551615 7867624 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.71
Current children cumulated vsize (KiB) 1539744

Child ended because it received signal 9 (SIGKILL)
Real time (s): 946.378
CPU time (s): 1802.81
CPU user time (s): 1801.09
CPU system time (s): 1.72774
CPU usage (%): 190.496
Max. virtual memory (cumulated for all children) (KiB): 1549344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.09
system time used= 1.72774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212181
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= 31619
involuntary context switches= 53596

runsolver used 4.10438 second user time and 11.5512 second system time

The end

Launcher Data

Begin job on node026 at 2010-07-06 23:04:51
IDJOB=2687248
IDBENCH=77546
IDSOLVER=1166
FILE ID=node026/2687248-1278450290
PBS_JOBID= 11233527
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12019_5.std.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2687248-1278450290/watcher-2687248-1278450290 -o /tmp/evaluation-result-2687248-1278450290/solver-2687248-1278450290 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2687248-1278450290.opb

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

MD5SUM BENCH= fca2bf846c4de68f23f92649fc394136
RANDOM SEED=1535402780

node026.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1811956 kB
Buffers:          8252 kB
Cached:         103744 kB
SwapCached:          0 kB
Active:          65468 kB
Inactive:       107308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1811956 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8168 kB
Writeback:           0 kB
AnonPages:       60764 kB
Mapped:          14524 kB
Slab:            52148 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180480 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= 62460 MiB
End job on node026 at 2010-07-06 23:20:37