Trace number 357011

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
oree 0.1.2 alpha? (TO) 1800.31 1800.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-timtab1.opb
MD5SUMc0c51739754f7ff71a39eb839c3accdf
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark171974
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 171974
Optimality of the best value was proved NO
Number of variables3763
Total number of constraints453
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 constraints453
Minimum length of a constraint2
Maximum length of a constraint138
Number of terms in the objective function 1925
Biggest coefficient in the objective function 5406
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 525309
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 166003
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525309
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
0.02/0.06	c ...done
0.02/0.06	c #vars=3763 #constraints=625 hasObjective=yes
0.02/0.08	c res. mode=mod
0.02/0.08	c VSIDS like heuristics
0.02/0.08	c complete search running
0.09/0.12	c restart after 401 decisions
0.09/0.13	c nbDecision=500 #constraints=649
0.29/0.33	c restart after 801 decisions
0.29/0.36	c nbDecision=1000 #constraints=773
0.59/0.65	c nbDecision=1500 #constraints=1056
0.69/0.72	c restart after 1601 decisions
0.89/0.94	c nbDecision=2000 #constraints=1244
1.29/1.34	c nbDecision=2500 #constraints=1545
1.59/1.65	c nbDecision=3000 #constraints=1708
1.69/1.72	c restart after 3201 decisions
1.79/1.83	c nbDecision=3500 #constraints=1785
1.99/2.05	c nbDecision=4000 #constraints=1858
2.19/2.25	c nbDecision=4500 #constraints=1916
2.49/2.54	c nbDecision=5000 #constraints=2001
2.69/2.77	c nbDecision=5500 #constraints=2057
2.99/3.03	c nbDecision=6000 #constraints=2127
3.19/3.25	c restart after 6401 decisions
3.19/3.27	c nbDecision=6500 #constraints=2181
3.38/3.46	c nbDecision=7000 #constraints=2318
3.58/3.64	c nbDecision=7500 #constraints=2453
3.78/3.87	c nbDecision=8000 #constraints=2590
4.09/4.12	c nbDecision=8500 #constraints=2708
4.30/4.33	c nbDecision=9000 #constraints=2817
4.59/4.65	c nbDecision=9500 #constraints=2987
4.89/4.93	c nbDecision=10000 #constraints=3107
5.19/5.26	c nbDecision=10500 #constraints=3247
5.59/5.62	c nbDecision=11000 #constraints=3374
5.89/5.90	c nbDecision=11500 #constraints=3456
6.18/6.22	c nbDecision=12000 #constraints=3538
6.50/6.58	c nbDecision=12500 #constraints=3618
6.79/6.80	c restart after 12801 decisions
6.89/6.91	c nbDecision=13000 #constraints=3666
7.70/7.71	c nbDecision=13500 #constraints=3733
8.39/8.41	c nbDecision=14000 #constraints=3784
9.09/9.20	c nbDecision=14500 #constraints=3839
9.79/9.84	c nbDecision=15000 #constraints=3880
10.49/10.58	c nbDecision=15500 #constraints=3937
11.29/11.31	c nbDecision=16000 #constraints=3991
11.99/12.03	c nbDecision=16500 #constraints=4048
12.79/12.82	c nbDecision=17000 #constraints=4096
13.69/13.72	c nbDecision=17500 #constraints=4152
14.49/14.55	c nbDecision=18000 #constraints=4210
15.39/15.44	c nbDecision=18500 #constraints=4269
16.29/16.31	c nbDecision=19000 #constraints=4331
17.09/17.12	c nbDecision=19500 #constraints=4380
17.99/18.00	c nbDecision=20000 #constraints=4436
18.79/18.84	c nbDecision=20500 #constraints=4486
19.58/19.66	c nbDecision=21000 #constraints=4528
20.48/20.54	c nbDecision=21500 #constraints=4584
21.38/21.46	c nbDecision=22000 #constraints=4642
22.38/22.50	c nbDecision=22500 #constraints=4702
23.38/23.47	c nbDecision=23000 #constraints=4768
24.28/24.37	c nbDecision=23500 #constraints=4819
25.19/25.23	c nbDecision=24000 #constraints=4869
26.08/26.17	c nbDecision=24500 #constraints=4922
27.28/27.33	c nbDecision=25000 #constraints=4997
28.28/28.35	c nbDecision=25500 #constraints=5056
28.48/28.52	c restart after 25601 decisions
28.98/29.03	c nbDecision=26000 #constraints=5096
29.68/29.72	c nbDecision=26500 #constraints=5143
30.48/30.53	c nbDecision=27000 #constraints=5202
31.28/31.30	c nbDecision=27500 #constraints=5254
31.98/32.00	c nbDecision=28000 #constraints=5301
33.18/33.20	c nbDecision=28500 #constraints=5395
34.08/34.19	c nbDecision=29000 #constraints=5456
34.98/35.09	c nbDecision=29500 #constraints=5505
36.08/36.11	c nbDecision=30000 #constraints=5569
36.88/36.97	c nbDecision=30500 #constraints=5616
37.78/37.80	c nbDecision=31000 #constraints=5662
38.59/38.60	c nbDecision=31500 #constraints=5705
39.39/39.47	c nbDecision=32000 #constraints=5754
40.38/40.45	c nbDecision=32500 #constraints=5812
41.28/41.31	c nbDecision=33000 #constraints=5937
42.38/42.41	c nbDecision=33500 #constraints=6146
43.68/43.71	c nbDecision=34000 #constraints=6344
45.09/45.18	c nbDecision=34500 #constraints=6540
46.68/46.77	c nbDecision=35000 #constraints=6728
48.58/48.60	c nbDecision=35500 #constraints=6930
50.48/50.59	c nbDecision=36000 #constraints=7127
52.78/52.83	c nbDecision=36500 #constraints=7337
54.68/54.79	c nbDecision=37000 #constraints=7527
57.08/57.17	c nbDecision=37500 #constraints=7722
60.18/60.25	c nbDecision=38000 #constraints=7961
62.87/62.92	c nbDecision=38500 #constraints=8173
65.17/65.29	c nbDecision=39000 #constraints=8370
68.67/68.77	c nbDecision=39500 #constraints=8605
72.48/72.52	c nbDecision=40000 #constraints=8833
76.67/76.74	c nbDecision=40500 #constraints=9064
81.37/81.48	c nbDecision=41000 #constraints=9323
85.27/85.36	c nbDecision=41500 #constraints=9531
88.76/88.89	c nbDecision=42000 #constraints=9729
93.07/93.18	c nbDecision=42500 #constraints=9957
96.87/96.94	c nbDecision=43000 #constraints=10157
100.96/101.09	c nbDecision=43500 #constraints=10381
105.17/105.27	c nbDecision=44000 #constraints=10595
110.57/110.62	c nbDecision=44500 #constraints=10829
116.36/116.45	c nbDecision=45000 #constraints=11069
123.76/123.84	c nbDecision=45500 #constraints=11345
130.56/130.69	c nbDecision=46000 #constraints=11591
136.15/136.25	c nbDecision=46500 #constraints=11777
139.26/139.37	c nbDecision=47000 #constraints=11915
145.85/145.90	c nbDecision=47500 #constraints=12164
150.95/151.00	c nbDecision=48000 #constraints=12381
156.45/156.55	c nbDecision=48500 #constraints=12611
162.55/162.69	c nbDecision=49000 #constraints=12836
168.35/168.43	c nbDecision=49500 #constraints=13052
174.25/174.36	c nbDecision=50000 #constraints=13255
180.44/180.51	c nbDecision=50500 #constraints=13461
186.34/186.45	c nbDecision=51000 #constraints=13669
189.25/189.37	c restart after 51201 decisions
190.75/190.83	c nbDecision=51500 #constraints=13774
192.54/192.64	c nbDecision=52000 #constraints=13928
196.04/196.15	c nbDecision=52500 #constraints=14009
200.44/200.50	c nbDecision=53000 #constraints=14101
203.24/203.36	c nbDecision=53500 #constraints=14170
207.14/207.25	c nbDecision=54000 #constraints=14230
212.74/212.88	c nbDecision=54500 #constraints=14337
217.74/217.81	c nbDecision=55000 #constraints=14431
222.64/222.78	c nbDecision=55500 #constraints=14501
225.54/225.63	c nbDecision=56000 #constraints=14559
228.44/228.58	c nbDecision=56500 #constraints=14625
233.53/233.62	c nbDecision=57000 #constraints=14724
238.43/238.50	c nbDecision=57500 #constraints=14825
242.33/242.47	c nbDecision=58000 #constraints=14909
247.03/247.10	c nbDecision=58500 #constraints=14990
251.22/251.35	c nbDecision=59000 #constraints=15068
257.23/257.30	c nbDecision=59500 #constraints=15185
262.12/262.22	c nbDecision=60000 #constraints=15271
266.02/266.19	c nbDecision=60500 #constraints=15332
269.92/270.08	c nbDecision=61000 #constraints=15385
273.92/274.06	c nbDecision=61500 #constraints=15444
277.23/277.39	c nbDecision=62000 #constraints=15482
281.62/281.77	c nbDecision=62500 #constraints=15545
284.92/285.00	c nbDecision=63000 #constraints=15607
286.93/287.06	c nbDecision=63500 #constraints=15671
293.42/293.50	c nbDecision=64000 #constraints=15747
298.42/298.59	c nbDecision=64500 #constraints=15820
303.81/303.90	c nbDecision=65000 #constraints=15884
306.72/306.83	c nbDecision=65500 #constraints=15945
310.21/310.39	c nbDecision=66000 #constraints=16007
313.71/313.89	c nbDecision=66500 #constraints=16069
314.71/314.81	c nbDecision=67000 #constraints=16106
318.32/318.41	c nbDecision=67500 #constraints=16174
321.02/321.20	c nbDecision=68000 #constraints=16229
323.81/323.93	c nbDecision=68500 #constraints=16305
326.01/326.13	c nbDecision=69000 #constraints=16373
331.41/331.50	c nbDecision=69500 #constraints=16448
337.91/338.03	c nbDecision=70000 #constraints=16539
342.41/342.58	c nbDecision=70500 #constraints=16620
353.60/353.78	c nbDecision=71000 #constraints=16740
359.80/359.92	c nbDecision=71500 #constraints=16837
363.40/363.56	c nbDecision=72000 #constraints=16887
367.30/367.46	c nbDecision=72500 #constraints=16941
370.69/370.80	c nbDecision=73000 #constraints=16985
376.89/377.07	c nbDecision=73500 #constraints=17072
382.19/382.33	c nbDecision=74000 #constraints=17153
387.29/387.46	c nbDecision=74500 #constraints=17219
393.30/393.41	c nbDecision=75000 #constraints=17297
398.59/398.73	c nbDecision=75500 #constraints=17370
402.89/403.01	c nbDecision=76000 #constraints=17414
409.19/409.38	c nbDecision=76500 #constraints=17489
415.49/415.64	c nbDecision=77000 #constraints=17561
420.88/421.04	c nbDecision=77500 #constraints=17618
425.38/425.56	c nbDecision=78000 #constraints=17668
431.78/431.94	c nbDecision=78500 #constraints=17753
436.78/436.93	c nbDecision=79000 #constraints=17804
444.08/444.26	c nbDecision=79500 #constraints=17889
450.57/450.72	c nbDecision=80000 #constraints=17952
456.47/456.64	c nbDecision=80500 #constraints=18007
461.57/461.79	c nbDecision=81000 #constraints=18052
465.78/465.94	c nbDecision=81500 #constraints=18097
471.27/471.41	c nbDecision=82000 #constraints=18148
476.67/476.83	c nbDecision=82500 #constraints=18202
482.17/482.37	c nbDecision=83000 #constraints=18271
486.07/486.24	c nbDecision=83500 #constraints=18332
491.87/492.00	c nbDecision=84000 #constraints=18411
496.26/496.47	c nbDecision=84500 #constraints=18482
502.27/502.41	c nbDecision=85000 #constraints=18583
509.17/509.39	c nbDecision=85500 #constraints=18713
514.26/514.49	c nbDecision=86000 #constraints=18809
519.46/519.68	c nbDecision=86500 #constraints=18888
526.06/526.23	c nbDecision=87000 #constraints=18987
534.66/534.83	c nbDecision=87500 #constraints=19129
539.86/540.02	c nbDecision=88000 #constraints=19198
543.86/544.07	c nbDecision=88500 #constraints=19266
551.06/551.30	c nbDecision=89000 #constraints=19343
556.46/556.64	c nbDecision=89500 #constraints=19400
562.25/562.42	c nbDecision=90000 #constraints=19473
568.55/568.72	c nbDecision=90500 #constraints=19538
575.45/575.67	c nbDecision=91000 #constraints=19614
582.04/582.22	c nbDecision=91500 #constraints=19707
588.04/588.21	c nbDecision=92000 #constraints=19794
596.34/596.57	c nbDecision=92500 #constraints=19948
602.24/602.42	c nbDecision=93000 #constraints=20044
609.44/609.60	c nbDecision=93500 #constraints=20141
615.94/616.16	c nbDecision=94000 #constraints=20234
623.34/623.54	c nbDecision=94500 #constraints=20358
631.33/631.57	c nbDecision=95000 #constraints=20459
641.83/642.05	c nbDecision=95500 #constraints=20548
646.83/647.07	c nbDecision=96000 #constraints=20621
653.53/653.75	c nbDecision=96500 #constraints=20707
657.63/657.88	c nbDecision=97000 #constraints=20770
661.63/661.81	c nbDecision=97500 #constraints=20849
667.32/667.54	c nbDecision=98000 #constraints=20921
672.12/672.34	c nbDecision=98500 #constraints=20983
678.12/678.35	c nbDecision=99000 #constraints=21046
683.52/683.75	c nbDecision=99500 #constraints=21107
691.22/691.40	c nbDecision=100000 #constraints=21170
698.91/699.12	c nbDecision=100500 #constraints=21252
705.52/705.71	c nbDecision=101000 #constraints=21316
711.32/711.57	c nbDecision=101500 #constraints=21386
718.02/718.29	c nbDecision=102000 #constraints=21454
722.21/722.43	c restart after 102401 decisions
724.01/724.24	c nbDecision=102500 #constraints=21492
730.01/730.26	c nbDecision=103000 #constraints=21540
739.21/739.41	c nbDecision=103500 #constraints=21607
747.81/748.08	c nbDecision=104000 #constraints=21663
756.10/756.37	c nbDecision=104500 #constraints=21714
763.70/763.98	c nbDecision=105000 #constraints=21759
770.90/771.19	c nbDecision=105500 #constraints=21804
778.20/778.49	c nbDecision=106000 #constraints=21848
787.49/787.73	c nbDecision=106500 #constraints=21908
796.10/796.34	c nbDecision=107000 #constraints=21960
803.69/803.92	c nbDecision=107500 #constraints=22014
811.49/811.76	c nbDecision=108000 #constraints=22066
819.19/819.43	c nbDecision=108500 #constraints=22114
827.68/827.91	c nbDecision=109000 #constraints=22169
835.08/835.39	c nbDecision=109500 #constraints=22214
843.58/843.84	c nbDecision=110000 #constraints=22269
851.48/851.74	c nbDecision=110500 #constraints=22318
859.18/859.43	c nbDecision=111000 #constraints=22363
867.37/867.63	c nbDecision=111500 #constraints=22417
874.67/874.97	c nbDecision=112000 #constraints=22458
882.87/883.10	c nbDecision=112500 #constraints=22514
890.57/890.81	c nbDecision=113000 #constraints=22566
898.16/898.41	c nbDecision=113500 #constraints=22611
907.27/907.54	c nbDecision=114000 #constraints=22673
917.26/917.59	c nbDecision=114500 #constraints=22748
926.76/927.02	c nbDecision=115000 #constraints=22815
936.35/936.64	c nbDecision=115500 #constraints=22874
945.25/945.57	c nbDecision=116000 #constraints=22933
954.35/954.63	c nbDecision=116500 #constraints=22995
963.54/963.80	c nbDecision=117000 #constraints=23060
972.16/972.47	c nbDecision=117500 #constraints=23116
982.05/982.33	c nbDecision=118000 #constraints=23190
990.45/990.77	c nbDecision=118500 #constraints=23244
1000.44/1000.74	c nbDecision=119000 #constraints=23317
1011.64/1012.00	c nbDecision=119500 #constraints=23401
1020.54/1020.86	c nbDecision=120000 #constraints=23459
1031.74/1032.01	c nbDecision=120500 #constraints=23524
1043.03/1043.32	c nbDecision=121000 #constraints=23602
1051.73/1052.09	c nbDecision=121500 #constraints=23646
1060.43/1060.78	c nbDecision=122000 #constraints=23701
1070.33/1070.68	c nbDecision=122500 #constraints=23755
1079.93/1080.22	c nbDecision=123000 #constraints=23821
1092.32/1092.63	c nbDecision=123500 #constraints=23910
1112.11/1112.42	c nbDecision=124000 #constraints=24154
1129.31/1129.61	c nbDecision=124500 #constraints=24338
1145.70/1146.00	c nbDecision=125000 #constraints=24496
1159.70/1160.02	c nbDecision=125500 #constraints=24593
1175.50/1175.83	c nbDecision=126000 #constraints=24731
1192.79/1193.20	c nbDecision=126500 #constraints=24880
1208.88/1209.20	c nbDecision=127000 #constraints=24991
1228.59/1228.95	c nbDecision=127500 #constraints=25204
1246.18/1246.51	c nbDecision=128000 #constraints=25353
1263.58/1263.94	c nbDecision=128500 #constraints=25486
1278.57/1278.93	c nbDecision=129000 #constraints=25594
1302.37/1302.77	c nbDecision=129500 #constraints=25828
1324.86/1325.29	c nbDecision=130000 #constraints=26039
1347.85/1348.22	c nbDecision=130500 #constraints=26254
1369.15/1369.57	c nbDecision=131000 #constraints=26447
1392.94/1393.32	c nbDecision=131500 #constraints=26670
1406.54/1406.90	c nbDecision=132000 #constraints=26756
1417.34/1417.72	c nbDecision=132500 #constraints=26812
1427.23/1427.66	c nbDecision=133000 #constraints=26860
1441.53/1441.99	c nbDecision=133500 #constraints=26948
1451.43/1451.80	c nbDecision=134000 #constraints=26998
1465.93/1466.37	c nbDecision=134500 #constraints=27113
1479.22/1479.62	c nbDecision=135000 #constraints=27201
1496.72/1497.12	c nbDecision=135500 #constraints=27337
1509.01/1509.45	c nbDecision=136000 #constraints=27401
1518.21/1518.68	c nbDecision=136500 #constraints=27440
1528.90/1529.37	c nbDecision=137000 #constraints=27496
1558.21/1558.60	c nbDecision=137500 #constraints=27795
1585.00/1585.48	c nbDecision=138000 #constraints=28037
1609.09/1609.54	c nbDecision=138500 #constraints=28232
1635.78/1636.25	c nbDecision=139000 #constraints=28521
1672.47/1672.95	c nbDecision=139500 #constraints=28907
1697.97/1698.42	c nbDecision=140000 #constraints=29163
1725.15/1725.63	c nbDecision=140500 #constraints=29443
1760.14/1760.60	c nbDecision=141000 #constraints=29768
1789.54/1790.02	c nbDecision=141500 #constraints=30029
1800.04/1800.50	Received signal 15
1800.24/1800.73	
1800.24/1800.73	s UNKNOWN
1800.24/1800.73	
1800.24/1800.73	c user time= 1800.02 s
1800.24/1800.73	c system time= 0.263959 s
1800.24/1800.73	c wall clock time=1800.73

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-357011-1176851386 -o ROOT/results/node60/solver-357011-1176851386 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357011-1176851386/instance-357011-1176851386.opb mod 

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.99 0.99 0.99 3/64 29932
/proc/meminfo: memFree=1859160/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=1468 CPUtime=0
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 133048541 1503232 162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134591248 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 367 162 127 317 0 46 0

[startup+0.0337301 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 29932
/proc/meminfo: memFree=1859160/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=1996 CPUtime=0.02
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 313 0 0 0 2 0 0 0 18 0 1 0 133048541 2043904 295 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 499 295 131 317 0 178 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1996

[startup+0.101737 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 29932
/proc/meminfo: memFree=1859160/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=3200 CPUtime=0.09
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 630 0 0 0 9 0 0 0 18 0 1 0 133048541 3276800 612 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135385264 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 800 612 138 317 0 479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3200

[startup+0.301755 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 29932
/proc/meminfo: memFree=1859160/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=3608 CPUtime=0.29
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 754 0 0 0 29 0 0 0 19 0 1 0 133048541 3694592 736 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712464 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 902 736 170 317 0 581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3608

[startup+0.701796 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 29932
/proc/meminfo: memFree=1859160/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=4648 CPUtime=0.69
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 1001 0 0 0 69 0 0 0 22 0 1 0 133048541 4759552 983 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715992 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 1162 983 170 317 0 841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4648

[startup+1.50187 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1855184/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=6112 CPUtime=1.49
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 1373 0 0 0 149 0 0 0 25 0 1 0 133048541 6258688 1355 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134714808 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 1528 1355 170 317 0 1207 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6112

[startup+3.10103 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1853776/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=7020 CPUtime=3.08
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 1602 0 0 0 308 0 0 0 25 0 1 0 133048541 7188480 1584 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712546 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 1755 1584 170 317 0 1434 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7020

[startup+6.30134 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1845968/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=16728 CPUtime=6.28
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 3974 0 0 0 627 1 0 0 25 0 1 0 133048541 17129472 3956 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 4182 3956 170 317 0 3861 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16728

[startup+12.703 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1842128/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=18448 CPUtime=12.69
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 4397 0 0 0 1267 2 0 0 25 0 1 0 133048541 18890752 4379 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564002 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 4612 4379 170 317 0 4291 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18448

[startup+25.5012 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1840592/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=20144 CPUtime=25.48
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 4778 0 0 0 2546 2 0 0 25 0 1 0 133048541 20627456 4760 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 5036 4760 170 317 0 4715 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20144

[startup+51.1017 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1829904/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=31244 CPUtime=51.08
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 7534 0 0 0 5103 5 0 0 25 0 1 0 133048541 31993856 7516 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716150 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 7811 7516 170 317 0 7490 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31244

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1804560/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=57780 CPUtime=102.26
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 13809 0 0 0 10218 8 0 0 25 0 1 0 133048541 59166720 13734 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134558557 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 14445 13734 170 317 0 14124 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57780

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1788176/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=74204 CPUtime=162.25
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 17938 0 0 0 16215 10 0 0 25 0 1 0 133048541 75984896 17863 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 18551 17863 170 317 0 18230 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 74204

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1775824/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=87856 CPUtime=222.24
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 20972 0 0 0 22211 13 0 0 25 0 1 0 133048541 89964544 20897 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604197 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 21964 20897 170 317 0 21643 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 87856

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1768336/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=95492 CPUtime=282.22
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 22847 0 0 0 28208 14 0 0 25 0 1 0 133048541 97783808 22772 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564043 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 23873 22772 170 317 0 23552 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 95492

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1759568/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=105344 CPUtime=342.21
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 25077 0 0 0 34206 15 0 0 25 0 1 0 133048541 107872256 24888 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 26336 24888 170 317 0 26015 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 105344

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1753680/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=111784 CPUtime=402.19
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 26597 0 0 0 40203 16 0 0 25 0 1 0 133048541 114466816 26408 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 27946 26408 170 317 0 27625 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 111784

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1749008/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=116032 CPUtime=462.17
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 27765 0 0 0 46201 16 0 0 25 0 1 0 133048541 118816768 27576 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 29008 27576 170 317 0 28687 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 116032

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1742032/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=123284 CPUtime=522.16
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 29547 0 0 0 52198 18 0 0 25 0 1 0 133048541 126242816 29325 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 30821 29325 170 317 0 30500 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 123284

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1735824/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=128952 CPUtime=582.14
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 31079 0 0 0 58195 19 0 0 25 0 1 0 133048541 132046848 30857 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 32238 30857 170 317 0 31917 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 128952

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1728656/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=135720 CPUtime=642.13
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 32851 0 0 0 64193 20 0 0 25 0 1 0 133048541 138977280 32629 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 33930 32629 170 317 0 33609 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 135720


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

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1720144/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=145376 CPUtime=942.05
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 35031 0 0 0 94183 22 0 0 25 0 1 0 133048541 148865024 34743 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718451 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 36344 34743 170 317 0 36023 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 145376

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1719568/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=145980 CPUtime=1002.04
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 35165 0 0 0 100181 23 0 0 25 0 1 0 133048541 149483520 34877 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 36495 34877 170 317 0 36174 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 145980

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1719120/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=146500 CPUtime=1062.03
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 35288 0 0 0 106180 23 0 0 25 0 1 0 133048541 150016000 35000 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 36625 35000 170 317 0 36304 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 146500

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1718224/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=147284 CPUtime=1122.01
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 35501 0 0 0 112178 23 0 0 25 0 1 0 133048541 150818816 35213 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718338 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 36821 35213 170 317 0 36500 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 147284

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1717392/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=148208 CPUtime=1181.99
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 35745 0 0 0 118176 23 0 0 25 0 1 0 133048541 151764992 35424 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 37052 35424 170 317 0 36731 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 148208

[startup+1242.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1716496/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=149056 CPUtime=1241.98
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 35961 0 0 0 124174 24 0 0 25 0 1 0 133048541 152633344 35640 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 37264 35640 170 317 0 36943 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 149056

[startup+1302.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1715728/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=150004 CPUtime=1301.97
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 36178 0 0 0 130173 24 0 0 25 0 1 0 133048541 153604096 35824 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712587 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 37501 35824 170 317 0 37180 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 150004

[startup+1362.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1714832/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=150832 CPUtime=1361.95
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 36406 0 0 0 136171 24 0 0 25 0 1 0 133048541 154451968 36052 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 37708 36052 170 317 0 37387 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 150832

[startup+1422.31 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1714192/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=151528 CPUtime=1421.94
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 36555 0 0 0 142170 24 0 0 25 0 1 0 133048541 155164672 36201 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715652 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 37882 36201 170 317 0 37561 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 151528

[startup+1482.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1713552/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=152188 CPUtime=1481.92
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 36704 0 0 0 148168 24 0 0 25 0 1 0 133048541 155840512 36350 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 38047 36350 170 317 0 37726 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 152188

[startup+1542.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1712976/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=152852 CPUtime=1541.9
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 36860 0 0 0 154166 24 0 0 25 0 1 0 133048541 156520448 36506 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 38213 36506 170 317 0 37892 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 152852

[startup+1602.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1712080/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=153664 CPUtime=1601.89
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37077 0 0 0 160164 25 0 0 25 0 1 0 133048541 157351936 36723 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 38416 36723 170 317 0 38095 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 153664

[startup+1662.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1710864/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=154872 CPUtime=1661.87
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37370 0 0 0 166162 25 0 0 25 0 1 0 133048541 158588928 37016 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 38718 37016 170 317 0 38397 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 154872

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29933
/proc/meminfo: memFree=1709712/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=156092 CPUtime=1721.86
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37653 0 0 0 172161 25 0 0 25 0 1 0 133048541 159838208 37299 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 39023 37299 170 317 0 38702 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 156092

[startup+1782.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29935
/proc/meminfo: memFree=1708688/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=157104 CPUtime=1781.85
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37902 0 0 0 178159 26 0 0 25 0 1 0 133048541 160874496 37548 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710848 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 39276 37548 170 317 0 38955 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 157104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 29935
/proc/meminfo: memFree=1708496/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=157260 CPUtime=1800.04
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37960 0 0 0 179978 26 0 0 25 0 1 0 133048541 161034240 37606 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 39315 37606 170 317 0 38994 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 157260

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

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

[startup+1800.61 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 29936
/proc/meminfo: memFree=1708488/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=157260 CPUtime=1800.15
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37960 0 0 0 179989 26 0 0 25 0 1 0 133048541 161034240 37606 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 39315 37606 170 317 0 38994 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 157260

[startup+1800.71 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 29936
/proc/meminfo: memFree=1708488/2055920 swapFree=4179544/4192956
[pid=29932] ppid=29930 vsize=157260 CPUtime=1800.24
/proc/29932/stat : 29932 (oree) R 29930 29932 29589 0 -1 4194304 37961 0 0 0 179998 26 0 0 25 0 1 0 133048541 161034240 37607 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29932/statm: 39315 37607 170 317 0 38994 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 157260

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.31
CPU user time (s): 1800.02
CPU system time (s): 0.291955
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 157260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1882

runsolver used 1.3388 second user time and 3.61845 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Apr 17 23:09:46 UTC 2007

IDJOB= 357011
IDBENCH= 1773
IDSOLVER= 172
FILE ID= node60/357011-1176851386

PBS_JOBID= 4590221

Free space on /tmp= 66490 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-timtab1.opb
COMMAND LINE= oree /tmp/evaluation/357011-1176851386/instance-357011-1176851386.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-357011-1176851386 -o ROOT/results/node60/solver-357011-1176851386 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357011-1176851386/instance-357011-1176851386.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  c0c51739754f7ff71a39eb839c3accdf

RANDOM SEED= 117468898

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1859568 kB
Buffers:         21056 kB
Cached:         130436 kB
SwapCached:       7764 kB
Active:          86768 kB
Inactive:        78980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859568 kB
SwapTotal:     4192956 kB
SwapFree:      4179544 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          15940 kB
Slab:            16584 kB
Committed_AS:  1498100 kB
PageTables:       1464 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= 66490 MiB

End job on node60 on Tue Apr 17 23:39:48 UTC 2007