Trace number 354814

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)42 1800.18 1786.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
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.09/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.24	c no version file found!!!
0.09/0.24	c sun.arch.data.model	32
0.09/0.24	c java.version	1.6.0
0.09/0.24	c os.name	Linux
0.09/0.24	c os.version	2.6.9-22.EL.rootsmp
0.09/0.24	c os.arch	i386
0.09/0.24	c Free memory 1651659224
0.09/0.24	c Max memory 1654456320
0.09/0.24	c Total memory 1654456320
0.09/0.24	c Number of processors 2
0.09/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	c Stops conflict analysis at the first Unique Implication Point
0.09/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.29	c No reason simplification
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c solving /tmp/evaluation/354814-1176726796/instance-354814-1176726796.opb
0.09/0.29	c reading problem ... 
0.21/0.38	c ... done. Wall clock time 0.089s.
0.21/0.38	c CPU time (experimental) 0.25s.
0.21/0.38	c #vars     146
0.21/0.38	c #constraints  12
4.08/2.58	c SATISFIABLE
4.08/2.58	c OPTIMIZING...
4.08/2.58	c Got one! Elapsed wall clock time (in seconds):2.285
4.08/2.58	o 2497
5.00/3.34	c Got one! Elapsed wall clock time (in seconds):3.053
5.00/3.34	o 2481
5.83/4.10	c Got one! Elapsed wall clock time (in seconds):3.812
5.83/4.10	o 2449
6.53/4.89	c Got one! Elapsed wall clock time (in seconds):4.599
6.53/4.89	o 2385
7.45/5.72	c Got one! Elapsed wall clock time (in seconds):5.431
7.45/5.72	o 2257
8.28/6.54	c Got one! Elapsed wall clock time (in seconds):6.245
8.28/6.54	o 2033
9.22/7.46	c Got one! Elapsed wall clock time (in seconds):7.167
9.22/7.46	o 1963
10.16/8.39	c Got one! Elapsed wall clock time (in seconds):8.095
10.16/8.39	o 1957
11.17/9.32	c Got one! Elapsed wall clock time (in seconds):9.031
11.17/9.32	o 1925
12.08/10.29	c Got one! Elapsed wall clock time (in seconds):10.001
12.08/10.29	o 1893
13.09/11.30	c Got one! Elapsed wall clock time (in seconds):11.003
13.09/11.30	o 1877
14.21/12.33	c Got one! Elapsed wall clock time (in seconds):12.039
14.21/12.33	o 1875
15.32/13.41	c Got one! Elapsed wall clock time (in seconds):13.114
15.32/13.41	o 1817
16.51/14.52	c Got one! Elapsed wall clock time (in seconds):14.227
16.51/14.52	o 1809
17.62/15.67	c Got one! Elapsed wall clock time (in seconds):15.382
17.62/15.67	o 1753
18.84/16.87	c Got one! Elapsed wall clock time (in seconds):16.58
18.84/16.87	o 1745
20.15/18.12	c Got one! Elapsed wall clock time (in seconds):17.828
20.15/18.12	o 1689
21.46/19.41	c Got one! Elapsed wall clock time (in seconds):19.121
21.46/19.41	o 1673
22.77/20.75	c Got one! Elapsed wall clock time (in seconds):20.457
22.77/20.75	o 1663
24.19/22.15	c Got one! Elapsed wall clock time (in seconds):21.863
24.19/22.15	o 1521
25.63/23.58	c Got one! Elapsed wall clock time (in seconds):23.287
25.63/23.58	o 1511
27.18/25.07	c Got one! Elapsed wall clock time (in seconds):24.78
27.18/25.07	o 1447
28.69/26.58	c Got one! Elapsed wall clock time (in seconds):26.285
28.69/26.58	o 1441
30.30/28.15	c Got one! Elapsed wall clock time (in seconds):27.857
30.30/28.15	o 1431
31.93/29.75	c Got one! Elapsed wall clock time (in seconds):29.459
31.93/29.75	o 1415
33.64/31.40	c Got one! Elapsed wall clock time (in seconds):31.107
33.64/31.40	o 1381
35.26/33.04	c Got one! Elapsed wall clock time (in seconds):32.753
35.26/33.04	o 1351
36.97/34.78	c Got one! Elapsed wall clock time (in seconds):34.489
36.97/34.78	o 1345
38.78/36.50	c Got one! Elapsed wall clock time (in seconds):36.212
38.78/36.50	o 1343
40.59/38.30	c Got one! Elapsed wall clock time (in seconds):38.011
40.59/38.30	o 1341
42.41/40.14	c Got one! Elapsed wall clock time (in seconds):39.854
42.41/40.15	o 1309
44.33/42.01	c Got one! Elapsed wall clock time (in seconds):41.721
44.33/42.01	o 1305
46.34/44.00	c Got one! Elapsed wall clock time (in seconds):43.713
46.34/44.00	o 1245
48.26/45.98	c Got one! Elapsed wall clock time (in seconds):45.687
48.26/45.98	o 1191
50.38/48.06	c Got one! Elapsed wall clock time (in seconds):47.767
50.38/48.06	o 1181
52.60/50.22	c Got one! Elapsed wall clock time (in seconds):49.927
52.60/50.22	o 1171
54.71/52.32	c Got one! Elapsed wall clock time (in seconds):52.028
54.71/52.32	o 1105
56.83/54.46	c Got one! Elapsed wall clock time (in seconds):54.165
56.83/54.46	o 1103
59.06/56.67	c Got one! Elapsed wall clock time (in seconds):56.376
59.06/56.67	o 1095
61.38/58.90	c Got one! Elapsed wall clock time (in seconds):58.614
61.38/58.90	o 1075
63.59/61.19	c Got one! Elapsed wall clock time (in seconds):60.9
63.59/61.19	o 1069
66.11/63.65	c Got one! Elapsed wall clock time (in seconds):63.356
66.11/63.65	o 1065
68.64/66.17	c Got one! Elapsed wall clock time (in seconds):65.883
68.64/66.17	o 1055
71.35/68.80	c Got one! Elapsed wall clock time (in seconds):68.51
71.35/68.80	o 811
74.08/71.52	c Got one! Elapsed wall clock time (in seconds):71.225
74.08/71.52	o 561
76.74/74.12	c Got one! Elapsed wall clock time (in seconds):73.83
76.74/74.12	o 559
79.35/76.78	c Got one! Elapsed wall clock time (in seconds):76.487
79.35/76.78	o 557
82.17/79.50	c Got one! Elapsed wall clock time (in seconds):79.21
82.17/79.50	o 555
85.40/82.72	c Got one! Elapsed wall clock time (in seconds):82.427
85.40/82.72	o 525
88.33/85.63	c Got one! Elapsed wall clock time (in seconds):85.343
88.33/85.63	o 385
91.66/89.00	c Got one! Elapsed wall clock time (in seconds):88.71
91.66/89.00	o 373
94.91/92.16	c Got one! Elapsed wall clock time (in seconds):91.863
94.91/92.16	o 371
97.93/95.16	c Got one! Elapsed wall clock time (in seconds):94.865
97.93/95.16	o 347
101.28/98.41	c Got one! Elapsed wall clock time (in seconds):98.12
101.28/98.41	o 220
104.40/101.51	c Got one! Elapsed wall clock time (in seconds):101.213
104.40/101.51	o 212
107.63/104.73	c Got one! Elapsed wall clock time (in seconds):104.442
107.63/104.73	o 196
111.46/108.58	c Got one! Elapsed wall clock time (in seconds):108.291
111.46/108.58	o 186
115.81/112.84	c Got one! Elapsed wall clock time (in seconds):112.545
115.81/112.84	o 185
119.43/116.42	c Got one! Elapsed wall clock time (in seconds):116.125
119.43/116.42	o 154
123.27/120.20	c Got one! Elapsed wall clock time (in seconds):119.911
123.27/120.20	o 121
126.91/123.87	c Got one! Elapsed wall clock time (in seconds):123.574
126.91/123.87	o 119
130.65/127.60	c Got one! Elapsed wall clock time (in seconds):127.307
130.65/127.60	o 115
135.49/132.35	c Got one! Elapsed wall clock time (in seconds):132.053
135.49/132.35	o 80
140.22/137.04	c Got one! Elapsed wall clock time (in seconds):136.744
140.22/137.04	o 76
144.88/141.60	c Got one! Elapsed wall clock time (in seconds):141.311
144.88/141.60	o 74
149.42/146.19	c Got one! Elapsed wall clock time (in seconds):145.897
149.42/146.19	o 72
154.36/151.04	c Got one! Elapsed wall clock time (in seconds):150.753
154.36/151.04	o 68
159.40/156.01	c Got one! Elapsed wall clock time (in seconds):155.715
159.40/156.01	o 64
163.84/160.43	c Got one! Elapsed wall clock time (in seconds):160.143
163.84/160.43	o 62
169.73/166.29	c Got one! Elapsed wall clock time (in seconds):165.999
169.73/166.29	o 60
175.38/171.87	c Got one! Elapsed wall clock time (in seconds):171.58
175.38/171.87	o 58
182.44/178.80	c Got one! Elapsed wall clock time (in seconds):178.51
182.44/178.80	o 54
193.54/189.81	c Got one! Elapsed wall clock time (in seconds):189.523
193.54/189.81	o 52
213.84/209.93	c Got one! Elapsed wall clock time (in seconds):209.641
213.84/209.93	o 50
250.58/246.33	c Got one! Elapsed wall clock time (in seconds):246.036
250.58/246.33	o 47
576.25/568.44	c Got one! Elapsed wall clock time (in seconds):568.148
576.25/568.44	o 43
684.89/675.69	c Got one! Elapsed wall clock time (in seconds):675.403
684.89/675.69	o 42
1800.02/1786.31	c starts		: 156
1800.02/1786.31	c conflicts		: 15497
1800.02/1786.31	c decisions		: 40765
1800.02/1786.31	c propagations		: 194269
1800.02/1786.31	c inspects		: 175346025
1800.02/1786.31	c learnt literals	: 0
1800.02/1786.31	c learnt binary clauses	: 0
1800.02/1786.32	c learnt ternary clauses	: 0
1800.02/1786.32	c learnt clauses	: 15496
1800.02/1786.32	c root simplifications	: 0
1800.02/1786.32	c removed literals (reason simplification)	: 0
1800.02/1786.32	c reason swapping (by a shorter reason)	: 0
1800.02/1786.32	c Calls to reduceDB	: 0
1800.02/1786.32	c speed (decisions/second)	: 36.7047234877816
1800.02/1786.32	c non guided choices	1638
1800.02/1786.32	s SATISFIABLE
1800.02/1786.32	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.02/1786.32	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.02/1786.32	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.02/1786.32	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.02/1786.32	v -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 x118 x119 x120 x121 -x122 x123 -x124 -x125 -x126 -x127 x128
1800.02/1786.32	v x129 -x130 x131 x132 -x133 x134 x135 x136 x137 x138 -x139 x140 x141 -x142 x143 -x144 x145 -x146
1800.02/1786.34	c objective function=42
1800.02/1786.34	c Total wall clock time (ms): 1786.05

Verifier Data (download as text)

OK	42

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-354814-1176726796 -o ROOT/results/node39/solver-354814-1176726796 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354814-1176726796/sat4jPseudoCP.jar /tmp/evaluation/354814-1176726796/instance-354814-1176726796.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.95 0.98 0.99 2/77 11131
/proc/meminfo: memFree=1839776/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=200 CPUtime=0
/proc/11131/stat : 11131 (java) R 11129 11131 10141 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 120591612 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11054329 0 0 4096 0 0 0 0 17 1 0 0
/proc/11131/statm: 68 33 26 9 0 4 0

[startup+0.0186909 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11131
/proc/meminfo: memFree=1839776/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=12652 CPUtime=0.01
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 879 0 1 0 0 1 0 0 18 0 2 0 120591612 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12652

[startup+0.1017 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11131
/proc/meminfo: memFree=1839776/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=12652 CPUtime=0.01
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 879 0 1 0 0 1 0 0 18 0 2 0 120591612 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12652

[startup+0.301744 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11131
/proc/meminfo: memFree=1839776/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1781420 CPUtime=0.21
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 4891 0 1 0 19 2 0 0 18 0 12 0 120591612 1824174080 4629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 445355 4629 1246 9 0 442967 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781420

[startup+0.702811 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11131
/proc/meminfo: memFree=1839776/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1783936 CPUtime=0.88
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 8232 0 1 0 84 4 0 0 18 0 13 0 120591612 1826750464 7305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 445984 7305 1301 9 0 443596 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783936

[startup+1.50194 s]
/proc/loadavg: 1.12 1.02 1.01 4/90 11144
/proc/meminfo: memFree=1798392/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1798556 CPUtime=2.39
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 24396 0 1 0 226 13 0 0 18 0 13 0 120591612 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449639 18975 1306 9 0 447251 0
[pid=11131/tid=11133] ppid=11129 vsize=1798556 CPUtime=0.87
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 14172 0 1 0 80 7 0 0 18 0 13 0 120591614 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505852 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120591624 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120591624 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 120591626 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 120591627 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 120591627 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1798556 CPUtime=0.74
/proc/11131/task/11140/stat : 11140 (java) R 11129 11131 10141 0 -1 64 4796 0 0 0 72 2 0 0 18 0 13 0 120591631 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1798556 CPUtime=0.74
/proc/11131/task/11141/stat : 11141 (java) R 11129 11131 10141 0 -1 64 4704 0 0 0 72 2 0 0 18 0 13 0 120591631 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102602213 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11144] ppid=11129 vsize=1798556 CPUtime=0
/proc/11131/task/11144/stat : 11144 (java) S 11129 11131 10141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 120591652 1841721344 18975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1798556

[startup+3.1012 s]
/proc/loadavg: 1.12 1.02 1.01 2/90 11144
/proc/meminfo: memFree=1719992/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1797300 CPUtime=4.78
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 50465 0 1 0 453 25 0 0 18 0 13 0 120591612 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449325 42811 1322 9 0 446937 0
[pid=11131/tid=11133] ppid=11129 vsize=1797300 CPUtime=2.16
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 37706 0 1 0 197 19 0 0 25 0 13 0 120591614 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 179 0 0 0 0 0 0 0 16 0 13 0 120591624 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 120591624 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 120591626 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120591627 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1797300 CPUtime=1.26
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6805 0 0 0 123 3 0 0 16 0 13 0 120591631 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1797300 CPUtime=1.33
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 4908 0 0 0 131 2 0 0 16 0 13 0 120591631 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1797300 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1840435200 42811 18446744073709551615 134512640 134550740 4294956448 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) 1797300

[startup+6.30176 s]
/proc/loadavg: 1.12 1.02 1.01 2/90 11148
/proc/meminfo: memFree=1669344/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1797464 CPUtime=8.08
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 53585 0 1 0 781 27 0 0 18 0 13 0 120591612 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449366 44937 1324 9 0 446978 0
[pid=11131/tid=11133] ppid=11129 vsize=1797464 CPUtime=5.27
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 37716 0 1 0 508 19 0 0 20 0 13 0 120591614 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529469 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1797464 CPUtime=0.06
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 1768 0 0 0 6 0 0 0 16 0 13 0 120591624 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1797464 CPUtime=0.05
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 1627 0 0 0 5 0 0 0 16 0 13 0 120591624 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1797464 CPUtime=0
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 120591626 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1797464 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1797464 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 120591627 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1797464 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1797464 CPUtime=1.28
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6805 0 0 0 125 3 0 0 16 0 13 0 120591631 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1797464 CPUtime=1.37
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 4910 0 0 0 135 2 0 0 16 0 13 0 120591631 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1797464 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1797464 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1840603136 44937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 1797464

[startup+12.7018 s]
/proc/loadavg: 1.10 1.02 1.00 2/90 11155
/proc/meminfo: memFree=1625472/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1796112 CPUtime=14.61
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 64001 0 1 0 1430 31 0 0 18 0 13 0 120591612 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449028 54577 1325 9 0 446640 0
[pid=11131/tid=11133] ppid=11129 vsize=1796112 CPUtime=11.54
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 42396 0 1 0 1134 20 0 0 20 0 13 0 120591614 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494532 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1796112 CPUtime=0.17
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 4752 0 0 0 15 2 0 0 16 0 13 0 120591624 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1796112 CPUtime=0.16
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 4364 0 0 0 15 1 0 0 16 0 13 0 120591624 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 120591626 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1796112 CPUtime=1.29
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6807 0 0 0 126 3 0 0 16 0 13 0 120591631 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1796112 CPUtime=1.39
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 4911 0 0 0 137 2 0 0 15 0 13 0 120591631 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1839218688 54577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 1796112

[startup+25.503 s]
/proc/loadavg: 1.08 1.01 1.00 2/90 11166
/proc/meminfo: memFree=1630568/2055920 swapFree=4089644/4192956
[pid=11131] ppid=11129 vsize=1796112 CPUtime=27.68
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 67247 0 1 0 2733 35 0 0 18 0 13 0 120591612 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449028 53225 1333 9 0 446640 0
[pid=11131/tid=11133] ppid=11129 vsize=1796112 CPUtime=24.21
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 42417 0 1 0 2400 21 0 0 19 0 13 0 120591614 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495185 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1796112 CPUtime=0.28
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 6416 0 0 0 26 2 0 0 16 0 13 0 120591624 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1796112 CPUtime=0.27
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 5890 0 0 0 25 2 0 0 16 0 13 0 120591624 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 120591626 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 53225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0.2
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 179 0 0 0 12 8 0 0 16 0 13 0 120591626 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1796112 CPUtime=1.56
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6831 0 0 0 153 3 0 0 17 0 13 0 120591631 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1796112 CPUtime=1.84
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 5468 0 0 0 181 3 0 0 17 0 13 0 120591631 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11223] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11223/stat : 11223 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120659183 1839218688 118096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.58
Current children cumulated vsize (KiB) 1796112

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11223
/proc/meminfo: memFree=1372400/2055920 swapFree=4090348/4192956
[pid=11131] ppid=11129 vsize=1796112 CPUtime=1675.69
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 197078 0 1 0 167457 112 0 0 18 0 13 0 120591612 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449028 117212 1336 9 0 446640 0
[pid=11131/tid=11133] ppid=11129 vsize=1796112 CPUtime=1648.37
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 74709 0 1 0 164787 50 0 0 25 0 13 0 120591614 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1796112 CPUtime=11.83
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 54527 0 0 0 1162 21 0 0 16 0 13 0 120591624 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1796112 CPUtime=11.84
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 54517 0 0 0 1159 25 0 0 17 0 13 0 120591624 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0.2
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 179 0 0 0 12 8 0 0 16 0 13 0 120591626 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1796112 CPUtime=1.56
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6831 0 0 0 153 3 0 0 17 0 13 0 120591631 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1796112 CPUtime=1.84
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 5468 0 0 0 181 3 0 0 17 0 13 0 120591631 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11223] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11223/stat : 11223 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120659183 1839218688 117212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.69
Current children cumulated vsize (KiB) 1796112

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11421
/proc/meminfo: memFree=1340504/2055920 swapFree=4090412/4192956
[pid=11131] ppid=11129 vsize=1796112 CPUtime=1735.8
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 206346 0 1 0 173461 119 0 0 18 0 13 0 120591612 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449028 125088 1336 9 0 446640 0
[pid=11131/tid=11133] ppid=11129 vsize=1796112 CPUtime=1708.03
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 80270 0 1 0 170749 54 0 0 25 0 13 0 120591614 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1796112 CPUtime=12.04
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 56255 0 0 0 1182 22 0 0 16 0 13 0 120591624 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1796112 CPUtime=12.06
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 56480 0 0 0 1180 26 0 0 17 0 13 0 120591624 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0.21
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 195 0 0 0 13 8 0 0 16 0 13 0 120591626 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1796112 CPUtime=1.56
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6831 0 0 0 153 3 0 0 17 0 13 0 120591631 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1796112 CPUtime=1.84
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 5468 0 0 0 181 3 0 0 17 0 13 0 120591631 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11223] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11223/stat : 11223 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120659183 1839218688 125088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.8
Current children cumulated vsize (KiB) 1796112

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11421
/proc/meminfo: memFree=1339184/2055920 swapFree=4090412/4192956
[pid=11131] ppid=11129 vsize=1796112 CPUtime=1796.01
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 209842 0 1 0 179480 121 0 0 18 0 13 0 120591612 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449028 125454 1336 9 0 446640 0
[pid=11131/tid=11133] ppid=11129 vsize=1796112 CPUtime=1767.77
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 80811 0 1 0 176722 55 0 0 25 0 13 0 120591614 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1796112 CPUtime=12.27
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 58035 0 0 0 1205 22 0 0 17 0 13 0 120591624 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1796112 CPUtime=12.3
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 57655 0 0 0 1203 27 0 0 16 0 13 0 120591624 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0.22
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 195 0 0 0 13 9 0 0 16 0 13 0 120591626 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1796112 CPUtime=1.56
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6831 0 0 0 153 3 0 0 17 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1796112 CPUtime=1.84
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 5468 0 0 0 181 3 0 0 17 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11223] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11223/stat : 11223 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120659183 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 1796112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11421
/proc/meminfo: memFree=1339184/2055920 swapFree=4090412/4192956
[pid=11131] ppid=11129 vsize=1796112 CPUtime=1800.02
/proc/11131/stat : 11131 (java) S 11129 11131 10141 0 -1 0 209842 0 1 0 179881 121 0 0 18 0 13 0 120591612 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11131/statm: 449028 125454 1336 9 0 446640 0
[pid=11131/tid=11133] ppid=11129 vsize=1796112 CPUtime=1771.78
/proc/11131/task/11133/stat : 11133 (java) R 11129 11131 10141 0 -1 64 80811 0 1 0 177123 55 0 0 25 0 13 0 120591614 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579938 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11134] ppid=11129 vsize=1796112 CPUtime=12.27
/proc/11131/task/11134/stat : 11134 (java) S 11129 11131 10141 0 -1 64 58035 0 0 0 1205 22 0 0 17 0 13 0 120591624 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11135] ppid=11129 vsize=1796112 CPUtime=12.3
/proc/11131/task/11135/stat : 11135 (java) S 11129 11131 10141 0 -1 64 57655 0 0 0 1203 27 0 0 16 0 13 0 120591624 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11136] ppid=11129 vsize=1796112 CPUtime=0.22
/proc/11131/task/11136/stat : 11136 (java) S 11129 11131 10141 0 -1 64 195 0 0 0 13 9 0 0 16 0 13 0 120591626 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11137] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11137/stat : 11137 (java) S 11129 11131 10141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11138] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11138/stat : 11138 (java) S 11129 11131 10141 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120591627 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11139] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11139/stat : 11139 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11140] ppid=11129 vsize=1796112 CPUtime=1.56
/proc/11131/task/11140/stat : 11140 (java) S 11129 11131 10141 0 -1 64 6831 0 0 0 153 3 0 0 17 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11141] ppid=11129 vsize=1796112 CPUtime=1.84
/proc/11131/task/11141/stat : 11141 (java) S 11129 11131 10141 0 -1 64 5468 0 0 0 181 3 0 0 17 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11142] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11142/stat : 11142 (java) S 11129 11131 10141 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11131/tid=11143] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11143/stat : 11143 (java) S 11129 11131 10141 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120591631 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11131/tid=11223] ppid=11129 vsize=1796112 CPUtime=0
/proc/11131/task/11223/stat : 11223 (java) S 11129 11131 10141 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120659183 1839218688 125454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1796112

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

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

[startup+1786.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11421
/proc/meminfo: memFree=1339184/2055920 swapFree=4090412/4192956
[pid=11131] ppid=11129 vsize=0 CPUtime=1800.15
/proc/11131/stat : 11131 (java) Z 11129 11131 10141 0 -1 1036 209855 0 1 0 179888 127 0 0 16 0 2 0 120591612 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11131/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.44
CPU time (s): 1800.18
CPU user time (s): 1798.89
CPU system time (s): 1.2978
CPU usage (%): 100.769
Max. virtual memory (cumulated for all children) (KiB): 1798900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.2978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209855
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= 43669
involuntary context switches= 39952

runsolver used 1.71974 second user time and 4.94825 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Apr 16 12:33:16 UTC 2007

IDJOB= 354814
IDBENCH= 2902
IDSOLVER= 160
FILE ID= node39/354814-1176726796

PBS_JOBID= 4559462

Free space on /tmp= 66545 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_6_50_1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354814-1176726796/sat4jPseudoCP.jar /tmp/evaluation/354814-1176726796/instance-354814-1176726796.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-354814-1176726796 -o ROOT/results/node39/solver-354814-1176726796 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354814-1176726796/sat4jPseudoCP.jar /tmp/evaluation/354814-1176726796/instance-354814-1176726796.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cdfa46b59876181d5d89fd18757b8cfb

RANDOM SEED= 982572869

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1840256 kB
Buffers:         35156 kB
Cached:          98436 kB
SwapCached:       3020 kB
Active:          53488 kB
Inactive:       105144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840256 kB
SwapTotal:     4192956 kB
SwapFree:      4089644 kB
Dirty:            3752 kB
Writeback:           0 kB
Mapped:          32028 kB
Slab:            42344 kB
Committed_AS:  1785792 kB
PageTables:       2012 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= 66545 MiB

End job on node39 on Mon Apr 16 13:03:04 UTC 2007