Trace number 355009

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, and are wall clock time (not CPU 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
sat4jPseudoCP 2007-03-23SAT (TO)62 1800.23 1772.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
Number of bits of the biggest sum of numbers13
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 (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/355009-1176749635/instance-355009-1176749635.opb
0.19/0.20	c reading problem ... 
0.30/0.32	c ... done. Wall clock time 0.12s.
0.30/0.32	c CPU time (experimental) 0.27s.
0.30/0.32	c #vars     172
0.30/0.32	c #constraints  14
5.00/3.33	c SATISFIABLE
5.00/3.33	c OPTIMIZING...
5.00/3.33	c Got one! Elapsed wall clock time (in seconds):3.128
5.00/3.33	o 2643
6.48/4.77	c Got one! Elapsed wall clock time (in seconds):4.567
6.48/4.77	o 2641
8.05/6.23	c Got one! Elapsed wall clock time (in seconds):6.026
8.05/6.23	o 2633
9.59/7.75	c Got one! Elapsed wall clock time (in seconds):7.546
9.59/7.75	o 2617
11.23/9.30	c Got one! Elapsed wall clock time (in seconds):9.101
11.23/9.30	o 2585
12.75/10.89	c Got one! Elapsed wall clock time (in seconds):10.691
12.75/10.89	o 2521
14.47/12.51	c Got one! Elapsed wall clock time (in seconds):12.302
14.47/12.51	o 2495
16.08/14.16	c Got one! Elapsed wall clock time (in seconds):13.956
16.08/14.16	o 2269
17.80/15.83	c Got one! Elapsed wall clock time (in seconds):15.625
17.80/15.83	o 2015
19.51/17.56	c Got one! Elapsed wall clock time (in seconds):17.358
19.51/17.56	o 1983
21.33/19.38	c Got one! Elapsed wall clock time (in seconds):19.173
21.33/19.38	o 1975
23.27/21.23	c Got one! Elapsed wall clock time (in seconds):21.023
23.27/21.23	o 1719
25.18/23.16	c Got one! Elapsed wall clock time (in seconds):22.953
25.18/23.16	o 1633
27.20/25.14	c Got one! Elapsed wall clock time (in seconds):24.94
27.20/25.14	o 1573
29.22/27.17	c Got one! Elapsed wall clock time (in seconds):26.963
29.22/27.17	o 1493
31.33/29.25	c Got one! Elapsed wall clock time (in seconds):29.048
31.33/29.25	o 1427
33.45/31.38	c Got one! Elapsed wall clock time (in seconds):31.178
33.45/31.38	o 1423
35.79/33.60	c Got one! Elapsed wall clock time (in seconds):33.399
35.79/33.60	o 1395
38.04/35.89	c Got one! Elapsed wall clock time (in seconds):35.683
38.04/35.89	o 1267
40.46/38.27	c Got one! Elapsed wall clock time (in seconds):38.066
40.46/38.27	o 1223
42.89/40.65	c Got one! Elapsed wall clock time (in seconds):40.442
42.89/40.65	o 1139
45.31/43.08	c Got one! Elapsed wall clock time (in seconds):42.877
45.31/43.08	o 1075
47.83/45.55	c Got one! Elapsed wall clock time (in seconds):45.35
47.83/45.55	o 1073
50.45/48.11	c Got one! Elapsed wall clock time (in seconds):47.911
50.45/48.11	o 1037
53.07/50.74	c Got one! Elapsed wall clock time (in seconds):50.539
53.07/50.74	o 1011
55.80/53.44	c Got one! Elapsed wall clock time (in seconds):53.235
55.80/53.44	o 1005
58.62/56.22	c Got one! Elapsed wall clock time (in seconds):56.012
58.62/56.22	o 1003
61.65/59.20	c Got one! Elapsed wall clock time (in seconds):58.999
61.65/59.20	o 939
64.58/62.12	c Got one! Elapsed wall clock time (in seconds):61.909
64.58/62.12	o 935
67.51/65.06	c Got one! Elapsed wall clock time (in seconds):64.861
67.51/65.06	o 933
70.74/68.22	c Got one! Elapsed wall clock time (in seconds):68.019
70.74/68.22	o 927
73.86/71.38	c Got one! Elapsed wall clock time (in seconds):71.177
73.86/71.38	o 921
77.90/75.35	c Got one! Elapsed wall clock time (in seconds):75.146
77.90/75.35	o 828
81.73/79.16	c Got one! Elapsed wall clock time (in seconds):78.952
81.73/79.16	o 820
85.68/83.01	c Got one! Elapsed wall clock time (in seconds):82.805
85.68/83.01	o 776
90.13/87.41	c Got one! Elapsed wall clock time (in seconds):87.206
90.13/87.41	o 736
94.25/91.52	c Got one! Elapsed wall clock time (in seconds):91.313
94.25/91.52	o 683
98.90/96.17	c Got one! Elapsed wall clock time (in seconds):95.961
98.90/96.17	o 570
105.08/102.00	c Got one! Elapsed wall clock time (in seconds):101.79
105.08/102.00	o 534
109.34/106.15	c Got one! Elapsed wall clock time (in seconds):105.951
109.34/106.15	o 466
114.38/111.10	c Got one! Elapsed wall clock time (in seconds):110.901
114.38/111.10	o 457
118.81/115.52	c Got one! Elapsed wall clock time (in seconds):115.315
118.81/115.52	o 434
124.11/120.73	c Got one! Elapsed wall clock time (in seconds):120.528
124.11/120.73	o 428
129.75/126.35	c Got one! Elapsed wall clock time (in seconds):126.145
129.75/126.35	o 426
134.30/130.90	c Got one! Elapsed wall clock time (in seconds):130.694
134.30/130.90	o 425
140.57/137.04	c Got one! Elapsed wall clock time (in seconds):136.84
140.57/137.04	o 424
146.10/142.53	c Got one! Elapsed wall clock time (in seconds):142.331
146.10/142.53	o 422
151.55/147.92	c Got one! Elapsed wall clock time (in seconds):147.719
151.55/147.92	o 419
157.51/153.81	c Got one! Elapsed wall clock time (in seconds):153.603
157.51/153.81	o 410
165.50/161.78	c Got one! Elapsed wall clock time (in seconds):161.578
165.50/161.78	o 407
172.50/168.63	c Got one! Elapsed wall clock time (in seconds):168.422
172.50/168.63	o 405
180.17/176.22	c Got one! Elapsed wall clock time (in seconds):176.02
180.17/176.22	o 403
190.46/186.47	c Got one! Elapsed wall clock time (in seconds):186.264
190.46/186.47	o 399
197.73/193.62	c Got one! Elapsed wall clock time (in seconds):193.419
197.73/193.62	o 397
207.51/203.35	c Got one! Elapsed wall clock time (in seconds):203.149
207.51/203.35	o 390
216.88/212.68	c Got one! Elapsed wall clock time (in seconds):212.479
216.88/212.68	o 389
226.07/221.72	c Got one! Elapsed wall clock time (in seconds):221.517
226.07/221.72	o 385
239.17/234.79	c Got one! Elapsed wall clock time (in seconds):234.584
239.17/234.79	o 370
249.47/244.95	c Got one! Elapsed wall clock time (in seconds):244.746
249.47/244.95	o 352
266.55/261.82	c Got one! Elapsed wall clock time (in seconds):261.619
266.55/261.88	o 337
277.58/272.50	c Got one! Elapsed wall clock time (in seconds):272.296
277.58/272.50	o 304
286.96/281.87	c Got one! Elapsed wall clock time (in seconds):281.662
286.96/281.87	o 278
296.13/290.92	c Got one! Elapsed wall clock time (in seconds):290.72
296.13/290.92	o 277
305.52/300.23	c Got one! Elapsed wall clock time (in seconds):300.028
305.52/300.23	o 275
315.23/309.82	c Got one! Elapsed wall clock time (in seconds):309.615
315.23/309.82	o 250
323.71/318.26	c Got one! Elapsed wall clock time (in seconds):318.059
323.71/318.26	o 246
336.52/330.98	c Got one! Elapsed wall clock time (in seconds):330.773
336.52/330.98	o 241
347.74/342.06	c Got one! Elapsed wall clock time (in seconds):341.858
347.74/342.06	o 235
355.00/349.29	c Got one! Elapsed wall clock time (in seconds):349.089
355.00/349.29	o 214
365.19/359.39	c Got one! Elapsed wall clock time (in seconds):359.187
365.19/359.39	o 155
377.72/371.75	c Got one! Elapsed wall clock time (in seconds):371.547
377.72/371.75	o 117
393.26/387.16	c Got one! Elapsed wall clock time (in seconds):386.955
393.26/387.16	o 107
411.55/405.20	c Got one! Elapsed wall clock time (in seconds):405.0
411.55/405.20	o 105
434.78/428.28	c Got one! Elapsed wall clock time (in seconds):428.079
434.78/428.28	o 101
448.07/441.45	c Got one! Elapsed wall clock time (in seconds):441.245
448.07/441.45	o 99
485.89/478.83	c Got one! Elapsed wall clock time (in seconds):478.624
485.89/478.83	o 77
525.43/517.98	c Got one! Elapsed wall clock time (in seconds):517.779
525.43/517.98	o 75
861.92/851.51	c Got one! Elapsed wall clock time (in seconds):851.307
861.92/851.51	o 70
972.86/960.83	c Got one! Elapsed wall clock time (in seconds):960.624
972.86/960.83	o 68
1060.51/1047.18	c Got one! Elapsed wall clock time (in seconds):1046.973
1060.51/1047.18	o 66
1145.26/1130.58	c Got one! Elapsed wall clock time (in seconds):1130.376
1145.26/1130.58	o 62
1800.04/1772.02	c starts		: 164
1800.04/1772.02	c conflicts		: 21708
1800.04/1772.02	c decisions		: 61242
1800.04/1772.02	c propagations		: 331128
1800.04/1772.02	c inspects		: 386344323
1800.04/1772.02	c learnt literals	: 0
1800.04/1772.02	c learnt binary clauses	: 0
1800.04/1772.02	c learnt ternary clauses	: 0
1800.04/1772.02	c learnt clauses	: 21708
1800.04/1772.02	c root simplifications	: 0
1800.04/1772.04	c removed literals (reason simplification)	: 0
1800.04/1772.04	c reason swapping (by a shorter reason)	: 0
1800.04/1772.04	c Calls to reduceDB	: 0
1800.04/1772.04	c speed (decisions/second)	: 95.47312528645679
1800.04/1772.04	c non guided choices	2214
1800.04/1772.04	s SATISFIABLE
1800.04/1772.04	v -x1 -x2 -x3 x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29
1800.04/1772.04	v -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 x52 -x53 -x54 -x55
1800.04/1772.04	v -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 x81
1800.04/1772.04	v -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106
1800.04/1772.04	v -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 x119 -x120 x121 x122 x123 x124 -x125 -x126 x127 x128
1800.04/1772.04	v x129 -x130 -x131 x132 x133 x134 -x135 -x136 x137 -x138 x139 x140 -x141 x142 x143 x144 -x145 x146 -x147 x148 -x149 -x150 x151
1800.04/1772.04	v -x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 x161 x162 x163 x164 x165 -x166 -x167 -x168 x169 -x170 x171 -x172
1800.04/1772.04	c objective function=62
1800.04/1772.04	c Total wall clock time (ms): 1771.839

Verifier Data (download as text)

OK	62

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node18/watcher-355009-1176749635 -o ROOT/results/node18/solver-355009-1176749635 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355009-1176749635/sat4jPseudoCP.jar /tmp/evaluation/355009-1176749635/instance-355009-1176749635.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 22208
/proc/meminfo: memFree=1820416/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=272 CPUtime=0
/proc/22208/stat : 22208 (java) D 22206 22208 21294 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 122880876 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7861028 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22208/statm: 68 37 28 9 0 6 0

[startup+0.074485 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 22208
/proc/meminfo: memFree=1820416/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1777708 CPUtime=0.06
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 3749 0 1 0 4 2 0 0 18 0 7 0 122880876 1820372992 3492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 444427 3492 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101486 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 22208
/proc/meminfo: memFree=1820416/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1780108 CPUtime=0.08
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 122880876 1822830592 3716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301506 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 22208
/proc/meminfo: memFree=1820416/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1781420 CPUtime=0.3
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 5112 0 1 0 27 3 0 0 18 0 12 0 122880876 1824174080 4851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 445355 4851 1265 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.701545 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 22208
/proc/meminfo: memFree=1820416/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1784216 CPUtime=0.97
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 8365 0 1 0 93 4 0 0 18 0 13 0 122880876 1827037184 7236 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 446054 7236 1307 9 0 443666 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784216

[startup+1.50262 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 22221
/proc/meminfo: memFree=1777624/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1799304 CPUtime=2.44
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 23728 0 1 0 233 11 0 0 18 0 13 0 122880876 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449826 18674 1310 9 0 447438 0
[pid=22208/tid=22210] ppid=22206 vsize=1799304 CPUtime=0.82
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 13805 0 1 0 76 6 0 0 18 0 13 0 122880878 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109488795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 122880879 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 122880879 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 122880881 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 122880882 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 122880882 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1799304 CPUtime=0.82
/proc/22208/task/22217/stat : 22217 (java) R 22206 22208 21294 0 -1 64 4326 0 0 0 80 2 0 0 18 0 13 0 122880886 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336724 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1799304 CPUtime=0.77
/proc/22208/task/22218/stat : 22218 (java) R 22206 22208 21294 0 -1 64 4875 0 0 0 76 1 0 0 18 0 13 0 122880886 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103059411 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22221] ppid=22206 vsize=1799304 CPUtime=0
/proc/22208/task/22221/stat : 22221 (java) S 22206 22208 21294 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122880910 1842487296 18674 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1799304

[startup+3.10278 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 22221
/proc/meminfo: memFree=1709080/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798524 CPUtime=4.78
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 50556 0 1 0 455 23 0 0 18 0 13 0 122880876 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449631 42994 1325 9 0 447243 0
[pid=22208/tid=22210] ppid=22206 vsize=1798524 CPUtime=2.08
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 37709 0 1 0 191 17 0 0 25 0 13 0 122880878 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109526276 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 153 0 0 0 0 0 0 0 16 0 13 0 122880879 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 128 0 0 0 0 0 0 0 16 0 13 0 122880879 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 122880881 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122880882 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798524 CPUtime=1.44
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 6423 0 0 0 142 2 0 0 16 0 13 0 122880886 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798524 CPUtime=1.22
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5415 0 0 0 120 2 0 0 16 0 13 0 122880886 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22221] ppid=22206 vsize=1798524 CPUtime=0
/proc/22208/task/22221/stat : 22221 (java) S 22206 22208 21294 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122880910 1841688576 42994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1798524

[startup+6.30209 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 22223
/proc/meminfo: memFree=1650056/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=8.15
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 53093 0 1 0 791 24 0 0 18 0 13 0 122880876 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 44665 1327 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=5.2
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 37720 0 1 0 502 18 0 0 17 0 13 0 122880878 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109605663 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=0.04
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 1468 0 0 0 4 0 0 0 16 0 13 0 122880879 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=0.05
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 1299 0 0 0 5 0 0 0 17 0 13 0 122880879 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 122880881 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=1.52
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 6433 0 0 0 150 2 0 0 16 0 13 0 122880886 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.29
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5420 0 0 0 127 2 0 0 17 0 13 0 122880886 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 44665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1798816

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 22227
/proc/meminfo: memFree=1605224/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=14.67
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 63619 0 1 0 1437 30 0 0 18 0 13 0 122880876 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 54976 1328 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=11.48
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 43643 0 1 0 1127 21 0 0 18 0 13 0 122880878 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109497295 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=0.13
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 3925 0 0 0 12 1 0 0 16 0 13 0 122880879 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=0.13
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 3431 0 0 0 12 1 0 0 16 0 13 0 122880879 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 122880881 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=1.55
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 6437 0 0 0 153 2 0 0 16 0 13 0 122880886 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.31
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5420 0 0 0 129 2 0 0 16 0 13 0 122880886 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 54976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1798816

[startup+25.5029 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 22235
/proc/meminfo: memFree=1619816/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=27.61
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 66746 0 1 0 2729 32 0 0 18 0 13 0 122880876 1841987584 51059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 51059 1328 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=24.14
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 43666 0 1 0 2393 21 0 0 18 0 13 0 122880878 1841987584 51059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109527145 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=0.24
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 5596 0 0 0 22 2 0 0 17 0 13 0 122880879 1841987584 51059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=0.23
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 4852 0 0 0 22 1 0 0 16 0 13 0 122880879 1841987584 51059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 122880881 1841987584 51059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 51059 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0.3
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 158 0 0 0 18 12 0 0 15 0 13 0 122880881 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=2.05
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 7772 0 0 0 202 3 0 0 16 0 13 0 122880886 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.77
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5444 0 0 0 175 2 0 0 16 0 13 0 122880886 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22500] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22500/stat : 22500 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122993935 1841987584 129752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1565.06
Current children cumulated vsize (KiB) 1798816

[startup+1602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 22500
/proc/meminfo: memFree=1295888/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=1626.38
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 193850 0 1 0 162520 118 0 0 18 0 13 0 122880876 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 131657 1336 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=1577.76
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 71151 0 1 0 157728 48 0 0 19 0 13 0 122880878 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109606014 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=22.17
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 53453 0 0 0 2194 23 0 0 17 0 13 0 122880879 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=22.24
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 55026 0 0 0 2199 25 0 0 16 0 13 0 122880879 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0.3
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 159 0 0 0 18 12 0 0 15 0 13 0 122880881 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=2.05
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 7772 0 0 0 202 3 0 0 16 0 13 0 122880886 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.77
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5444 0 0 0 175 2 0 0 16 0 13 0 122880886 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22500] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22500/stat : 22500 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122993935 1841987584 131657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1626.38
Current children cumulated vsize (KiB) 1798816

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 22500
/proc/meminfo: memFree=1288464/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=1687.7
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 195883 0 1 0 168649 121 0 0 18 0 13 0 122880876 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 133449 1336 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=1636.36
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 71186 0 1 0 163587 49 0 0 25 0 13 0 122880878 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109571291 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=23.52
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 54626 0 0 0 2328 24 0 0 16 0 13 0 122880879 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=23.6
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 55851 0 0 0 2334 26 0 0 16 0 13 0 122880879 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0.32
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 159 0 0 0 19 13 0 0 15 0 13 0 122880881 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=2.05
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 7772 0 0 0 202 3 0 0 16 0 13 0 122880886 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.77
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5444 0 0 0 175 2 0 0 16 0 13 0 122880886 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22500] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22500/stat : 22500 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122993935 1841987584 133449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1687.7
Current children cumulated vsize (KiB) 1798816

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 22500
/proc/meminfo: memFree=1280400/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=1749.09
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 198182 0 1 0 174787 122 0 0 18 0 13 0 122880876 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 135466 1336 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=1694.89
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 71222 0 1 0 169440 49 0 0 25 0 13 0 122880878 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109655200 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=24.95
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 55764 0 0 0 2471 24 0 0 17 0 13 0 122880879 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=25.02
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 56976 0 0 0 2476 26 0 0 16 0 13 0 122880879 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0.33
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 159 0 0 0 20 13 0 0 16 0 13 0 122880881 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=2.05
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 7772 0 0 0 202 3 0 0 16 0 13 0 122880886 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.77
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5444 0 0 0 175 2 0 0 16 0 13 0 122880886 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22500] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22500/stat : 22500 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122993935 1841987584 135466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.09
Current children cumulated vsize (KiB) 1798816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 22500
/proc/meminfo: memFree=1272912/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=1798816 CPUtime=1800.04
/proc/22208/stat : 22208 (java) S 22206 22208 21294 0 -1 0 200288 0 1 0 179880 124 0 0 18 0 13 0 122880876 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22208/statm: 449704 137335 1336 9 0 447316 0
[pid=22208/tid=22210] ppid=22206 vsize=1798816 CPUtime=1743.32
/proc/22208/task/22210/stat : 22210 (java) R 22206 22208 21294 0 -1 64 71253 0 1 0 174283 49 0 0 25 0 13 0 122880878 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109497477 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22211] ppid=22206 vsize=1798816 CPUtime=26.21
/proc/22208/task/22211/stat : 22211 (java) S 22206 22208 21294 0 -1 64 57131 0 0 0 2596 25 0 0 16 0 13 0 122880879 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22208/tid=22212] ppid=22206 vsize=1798816 CPUtime=26.27
/proc/22208/task/22212/stat : 22212 (java) S 22206 22208 21294 0 -1 64 57684 0 0 0 2600 27 0 0 17 0 13 0 122880879 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22213] ppid=22206 vsize=1798816 CPUtime=0.33
/proc/22208/task/22213/stat : 22213 (java) S 22206 22208 21294 0 -1 64 159 0 0 0 20 13 0 0 15 0 13 0 122880881 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22214] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22214/stat : 22214 (java) S 22206 22208 21294 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22215] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22215/stat : 22215 (java) S 22206 22208 21294 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122880882 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22216] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22216/stat : 22216 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122880886 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22217] ppid=22206 vsize=1798816 CPUtime=2.05
/proc/22208/task/22217/stat : 22217 (java) S 22206 22208 21294 0 -1 64 7772 0 0 0 202 3 0 0 16 0 13 0 122880886 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22218] ppid=22206 vsize=1798816 CPUtime=1.77
/proc/22208/task/22218/stat : 22218 (java) S 22206 22208 21294 0 -1 64 5444 0 0 0 175 2 0 0 16 0 13 0 122880886 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22219] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22219/stat : 22219 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122880886 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22220] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22220/stat : 22220 (java) S 22206 22208 21294 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 122880886 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22208/tid=22500] ppid=22206 vsize=1798816 CPUtime=0
/proc/22208/task/22500/stat : 22500 (java) S 22206 22208 21294 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122993935 1841987584 137335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1798816

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

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

[startup+1772.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 22500
/proc/meminfo: memFree=1272912/2055920 swapFree=4167980/4192956
[pid=22208] ppid=22206 vsize=0 CPUtime=1800.18
/proc/22208/stat : 22208 (java) Z 22206 22208 21294 0 -1 1036 200303 0 1 0 179890 128 0 0 15 0 2 0 122880876 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22208/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.16
CPU time (s): 1800.23
CPU user time (s): 1798.9
CPU system time (s): 1.3288
CPU usage (%): 101.584
Max. virtual memory (cumulated for all children) (KiB): 1800884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200303
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= 47074
involuntary context switches= 50327

runsolver used 1.80672 second user time and 4.76927 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Apr 16 18:53:55 UTC 2007

IDJOB= 355009
IDBENCH= 2932
IDSOLVER= 160
FILE ID= node18/355009-1176749635

PBS_JOBID= 4580695

Free space on /tmp= 66542 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355009-1176749635/sat4jPseudoCP.jar /tmp/evaluation/355009-1176749635/instance-355009-1176749635.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-355009-1176749635 -o ROOT/results/node18/solver-355009-1176749635 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355009-1176749635/sat4jPseudoCP.jar /tmp/evaluation/355009-1176749635/instance-355009-1176749635.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  474916db0f2f0be5831d97827cee8e55

RANDOM SEED= 839672709

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1820832 kB
Buffers:         32904 kB
Cached:         119216 kB
SwapCached:       2920 kB
Active:          95388 kB
Inactive:        89556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820832 kB
SwapTotal:     4192956 kB
SwapFree:      4167980 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          40532 kB
Slab:            35644 kB
Committed_AS:  4295072 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66542 MiB

End job on node18 on Mon Apr 16 19:23:29 UTC 2007