Trace number 455330

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) 1801.87 1802.63

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-137
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

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.09/0.11	c ...done
0.09/0.11	c #vars=7328 #constraints=14159 hasObjective=yes
0.09/0.17	c res. mode=mod
0.09/0.17	c VSIDS like heuristics
0.09/0.17	c complete search running
0.69/0.71	c restart after 401 decisions
0.69/0.75	c nbDecision=500 #constraints=14311
1.10/1.13	c restart after 801 decisions
1.10/1.19	c nbDecision=1000 #constraints=14411
2.20/2.29	c nbDecision=1500 #constraints=14664
2.29/2.32	c restart after 1601 decisions
2.49/2.55	c nbDecision=2000 #constraints=14665
3.79/3.83	c nbDecision=2500 #constraints=14916
4.79/4.84	c nbDecision=3000 #constraints=15096
5.29/5.38	c restart after 3201 decisions
5.69/5.76	c nbDecision=3500 #constraints=15168
7.09/7.11	c nbDecision=4000 #constraints=15417
8.49/8.58	c nbDecision=4500 #constraints=15665
10.69/10.70	c nbDecision=5000 #constraints=15913
12.48/12.54	c nbDecision=5500 #constraints=16159
14.48/14.51	c nbDecision=6000 #constraints=16404
16.49/16.59	c restart after 6401 decisions
16.98/17.08	c nbDecision=6500 #constraints=16648
19.49/19.53	c nbDecision=7000 #constraints=16891
22.18/22.24	c nbDecision=7500 #constraints=17133
24.99/25.07	c nbDecision=8000 #constraints=17374
27.88/27.96	c nbDecision=8500 #constraints=17678
31.18/31.22	c nbDecision=9000 #constraints=17961
34.88/34.91	c nbDecision=9500 #constraints=18328
38.38/38.40	c nbDecision=10000 #constraints=18564
43.48/43.56	c nbDecision=10500 #constraints=18761
47.58/47.65	c nbDecision=11000 #constraints=19014
51.77/51.86	c nbDecision=11500 #constraints=19266
55.98/56.05	c nbDecision=12000 #constraints=19515
60.47/60.52	c nbDecision=12500 #constraints=19751
62.57/62.61	c restart after 12801 decisions
65.46/65.59	c nbDecision=13000 #constraints=19986
70.17/70.22	c nbDecision=13500 #constraints=20242
74.06/74.16	c nbDecision=14000 #constraints=20659
81.27/81.32	c nbDecision=14500 #constraints=20772
88.46/88.59	c nbDecision=15000 #constraints=20840
95.45/95.55	c nbDecision=15500 #constraints=21094
101.06/101.14	c nbDecision=16000 #constraints=21327
107.05/107.13	c nbDecision=16500 #constraints=21466
112.25/112.38	c nbDecision=17000 #constraints=21792
118.24/118.32	c nbDecision=17500 #constraints=22068
124.44/124.50	c nbDecision=18000 #constraints=22335
130.74/130.87	c nbDecision=18500 #constraints=22599
136.94/137.06	c nbDecision=19000 #constraints=22928
143.95/144.03	c nbDecision=19500 #constraints=23159
150.83/150.99	c nbDecision=20000 #constraints=23406
157.53/157.62	c nbDecision=20500 #constraints=23699
164.73/164.83	c nbDecision=21000 #constraints=23962
171.53/171.63	c nbDecision=21500 #constraints=24259
180.23/180.33	c nbDecision=22000 #constraints=24524
187.82/187.99	c nbDecision=22500 #constraints=24748
195.01/195.17	c nbDecision=23000 #constraints=25034
202.52/202.66	c nbDecision=23500 #constraints=25328
206.91/207.07	c nbDecision=24000 #constraints=25792
215.41/215.60	c nbDecision=24500 #constraints=26055
226.61/226.77	c nbDecision=25000 #constraints=26282
235.90/236.08	c nbDecision=25500 #constraints=26497
237.40/237.50	c restart after 25601 decisions
245.60/245.79	c nbDecision=26000 #constraints=26667
257.69/257.83	c nbDecision=26500 #constraints=26924
267.20/267.31	c nbDecision=27000 #constraints=27136
272.29/272.42	c nbDecision=27500 #constraints=27503
282.68/282.82	c nbDecision=28000 #constraints=27766
293.09/293.24	c nbDecision=28500 #constraints=27976
301.78/301.99	c nbDecision=29000 #constraints=28289
311.78/311.98	c nbDecision=29500 #constraints=28553
325.77/325.94	c nbDecision=30000 #constraints=28796
332.37/332.55	c nbDecision=30500 #constraints=29085
346.77/346.91	c nbDecision=31000 #constraints=29339
354.96/355.12	c nbDecision=31500 #constraints=29558
365.06/365.27	c nbDecision=32000 #constraints=29844
373.06/373.21	c nbDecision=32500 #constraints=30219
383.55/383.74	c nbDecision=33000 #constraints=30505
398.05/398.29	c nbDecision=33500 #constraints=30724
410.44/410.69	c nbDecision=34000 #constraints=30917
422.73/422.98	c nbDecision=34500 #constraints=31152
435.53/435.70	c nbDecision=35000 #constraints=31438
452.53/452.78	c nbDecision=35500 #constraints=31637
472.12/472.36	c nbDecision=36000 #constraints=31649
480.42/480.64	c nbDecision=36500 #constraints=31956
492.11/492.35	c nbDecision=37000 #constraints=32245
504.00/504.27	c nbDecision=37500 #constraints=32539
519.10/519.36	c nbDecision=38000 #constraints=32783
539.90/540.19	c nbDecision=38500 #constraints=32834
553.29/553.52	c nbDecision=39000 #constraints=33074
568.98/569.24	c nbDecision=39500 #constraints=33340
581.38/581.63	c nbDecision=40000 #constraints=33589
594.57/594.80	c nbDecision=40500 #constraints=33837
608.17/608.45	c nbDecision=41000 #constraints=34095
622.06/622.39	c nbDecision=41500 #constraints=34356
635.96/636.21	c nbDecision=42000 #constraints=34624
647.95/648.21	c nbDecision=42500 #constraints=34944
662.35/662.67	c nbDecision=43000 #constraints=35203
677.14/677.40	c nbDecision=43500 #constraints=35535
685.44/685.72	c nbDecision=44000 #constraints=35891
700.04/700.37	c nbDecision=44500 #constraints=36246
714.82/715.15	c nbDecision=45000 #constraints=36481
722.62/722.99	c nbDecision=45500 #constraints=36896
745.32/745.69	c nbDecision=46000 #constraints=37100
763.80/764.10	c nbDecision=46500 #constraints=37225
775.40/775.79	c nbDecision=47000 #constraints=37590
790.70/791.02	c nbDecision=47500 #constraints=37875
807.29/807.61	c nbDecision=48000 #constraints=38131
822.88/823.20	c nbDecision=48500 #constraints=38423
844.39/844.77	c nbDecision=49000 #constraints=38699
862.97/863.38	c nbDecision=49500 #constraints=38848
883.97/884.39	c nbDecision=50000 #constraints=39066
908.45/908.84	c nbDecision=50500 #constraints=39217
935.05/935.47	c nbDecision=51000 #constraints=39258
942.64/943.04	c restart after 51201 decisions
958.63/959.10	c nbDecision=51500 #constraints=39366
984.53/984.91	c nbDecision=52000 #constraints=39583
999.22/999.61	c nbDecision=52500 #constraints=39831
1023.81/1024.25	c nbDecision=53000 #constraints=40096
1045.31/1045.79	c nbDecision=53500 #constraints=40264
1074.80/1075.21	c nbDecision=54000 #constraints=40316
1090.70/1091.19	c nbDecision=54500 #constraints=40569
1107.89/1108.30	c nbDecision=55000 #constraints=40861
1124.48/1124.92	c nbDecision=55500 #constraints=41167
1143.03/1143.58	c nbDecision=56000 #constraints=41432
1167.87/1168.47	c nbDecision=56500 #constraints=41715
1187.36/1188.00	c nbDecision=57000 #constraints=41924
1207.95/1208.50	c nbDecision=57500 #constraints=42121
1228.15/1228.70	c nbDecision=58000 #constraints=42339
1248.24/1248.86	c nbDecision=58500 #constraints=42614
1277.72/1278.34	c nbDecision=59000 #constraints=42719
1298.12/1298.71	c nbDecision=59500 #constraints=42977
1322.51/1323.16	c nbDecision=60000 #constraints=43233
1353.50/1354.18	c nbDecision=60500 #constraints=43292
1372.39/1373.01	c nbDecision=61000 #constraints=43585
1383.38/1384.06	c nbDecision=61500 #constraints=44026
1400.38/1401.04	c nbDecision=62000 #constraints=44355
1420.67/1421.31	c nbDecision=62500 #constraints=44633
1440.27/1440.97	c nbDecision=63000 #constraints=44919
1469.46/1470.14	c nbDecision=63500 #constraints=45164
1485.85/1486.58	c nbDecision=64000 #constraints=45400
1505.34/1506.04	c nbDecision=64500 #constraints=45697
1535.03/1535.78	c nbDecision=65000 #constraints=45956
1556.93/1557.65	c nbDecision=65500 #constraints=46145
1580.71/1581.41	c nbDecision=66000 #constraints=46333
1603.91/1604.61	c nbDecision=66500 #constraints=46706
1627.99/1628.70	c nbDecision=67000 #constraints=46891
1649.59/1650.36	c nbDecision=67500 #constraints=47075
1672.48/1673.26	c nbDecision=68000 #constraints=47335
1700.57/1701.32	c nbDecision=68500 #constraints=47621
1725.07/1725.87	c nbDecision=69000 #constraints=47801
1749.95/1750.73	c nbDecision=69500 #constraints=47986
1773.04/1773.83	c nbDecision=70000 #constraints=48250
1800.04/1800.80	Received signal 15
1801.63/1802.49	
1801.63/1802.49	s UNKNOWN
1801.63/1802.49	
1801.63/1802.49	c user time= 1800.62 s
1801.63/1802.49	c system time= 1.11283 s
1801.63/1802.49	c wall clock time=1802.49

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

sed -e s/sizeproduct=/#sizeproduct=/ /tmp/evaluation/455330-1178041330/instance-455330-1178041330.opb
mv /tmp/evaluation/455330-1178041330/instance-455330-1178041330.opb.tmp /tmp/evaluation/455330-1178041330/instance-455330-1178041330.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-455330-1178041330 -o ROOT/results/node10/solver-455330-1178041330 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/455330-1178041330/instance-455330-1178041330.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.94 0.99 0.99 3/77 30012
/proc/meminfo: memFree=1878960/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=1468 CPUtime=0
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 280170502 1503232 166 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 367 166 131 317 0 46 0

[startup+0.038874 s]
/proc/loadavg: 0.94 0.99 0.99 3/77 30012
/proc/meminfo: memFree=1878960/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=2128 CPUtime=0.03
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 333 0 0 0 3 0 0 0 18 0 1 0 280170502 2179072 316 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 532 317 131 317 0 211 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2128

[startup+0.101888 s]
/proc/loadavg: 0.94 0.99 0.99 3/77 30012
/proc/meminfo: memFree=1878960/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=4424 CPUtime=0.09
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 899 0 0 0 9 0 0 0 18 0 1 0 280170502 4530176 882 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 1106 883 132 317 0 785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4424

[startup+0.301931 s]
/proc/loadavg: 0.94 0.99 0.99 3/77 30012
/proc/meminfo: memFree=1878960/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=7916 CPUtime=0.29
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 1795 0 0 0 29 0 0 0 19 0 1 0 280170502 8105984 1681 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 1979 1681 139 317 0 1658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7916

[startup+0.702017 s]
/proc/loadavg: 0.94 0.99 0.99 3/77 30012
/proc/meminfo: memFree=1878960/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=10840 CPUtime=0.69
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 2524 0 0 0 69 0 0 0 22 0 1 0 280170502 11100160 2410 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134540728 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 2710 2410 139 317 0 2389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10840

[startup+1.50119 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1868520/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=14728 CPUtime=1.49
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 3512 0 0 0 148 1 0 0 25 0 1 0 280170502 15081472 3398 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 3682 3398 139 317 0 3361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14728

[startup+3.10153 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1862952/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=22396 CPUtime=3.09
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 5434 0 0 0 306 3 0 0 25 0 1 0 280170502 22933504 5320 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 5599 5320 139 317 0 5278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22396

[startup+6.30122 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1851176/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=34752 CPUtime=6.29
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 8335 0 0 0 625 4 0 0 25 0 1 0 280170502 35586048 8221 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602404 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 8688 8221 139 317 0 8367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34752

[startup+12.7016 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1829992/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=50860 CPUtime=12.68
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 12532 0 0 0 1262 6 0 0 25 0 1 0 280170502 52080640 12418 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 12715 12418 139 317 0 12394 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50860

[startup+25.5014 s]
/proc/loadavg: 0.96 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1800176/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=81608 CPUtime=25.48
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 20124 0 0 0 2538 10 0 0 25 0 1 0 280170502 83566592 20010 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 20402 20010 139 317 0 20081 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 81608

[startup+51.1019 s]
/proc/loadavg: 0.97 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1755056/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=130244 CPUtime=51.07
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 31085 0 0 0 5092 15 0 0 25 0 1 0 280170502 133369856 30971 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 32561 30971 139 317 0 32240 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 130244

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1713904/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=167372 CPUtime=102.26
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 41405 0 0 0 10206 20 0 0 25 0 1 0 280170502 171388928 41291 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 41843 41291 139 317 0 41522 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 167372

[startup+162.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1649328/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=244804 CPUtime=162.23
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 57454 0 0 0 16196 27 0 0 25 0 1 0 280170502 250679296 57340 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 61201 57340 139 317 0 60880 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 244804

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1603504/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=285896 CPUtime=222.21
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 69008 0 0 0 22189 32 0 0 25 0 1 0 280170502 292757504 68894 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712585 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 71474 68894 139 317 0 71153 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 285896

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1570544/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=315076 CPUtime=282.18
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 77112 0 0 0 28182 36 0 0 25 0 1 0 280170502 322637824 76998 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 78769 76998 139 317 0 78448 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 315076

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1541680/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=341876 CPUtime=342.16
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 84597 0 0 0 34177 39 0 0 25 0 1 0 280170502 350081024 84289 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 85469 84289 139 317 0 85148 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 341876

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1494768/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=435956 CPUtime=402.15
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 104906 0 0 0 40167 48 0 0 25 0 1 0 280170502 446418944 96117 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 108989 96117 139 317 0 108668 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 435956

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1477552/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=448964 CPUtime=462.12
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 108951 0 0 0 46162 50 0 0 25 0 1 0 280170502 459739136 100162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 112241 100162 139 317 0 111920 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 448964

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1454000/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=469540 CPUtime=522.1
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 114868 0 0 0 52157 53 0 0 25 0 1 0 280170502 480808960 106046 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 117385 106046 139 317 0 117064 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 469540

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1438128/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=483888 CPUtime=582.08
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 118830 0 0 0 58153 55 0 0 25 0 1 0 280170502 495501312 110008 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 120972 110008 139 317 0 120651 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 483888

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 30013
/proc/meminfo: memFree=1411440/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=505788 CPUtime=642.06
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 125495 0 0 0 64148 58 0 0 25 0 1 0 280170502 517926912 116673 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 126447 116673 139 317 0 126126 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 505788


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

[startup+1002.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 30013
/proc/meminfo: memFree=1306928/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=595964 CPUtime=1001.92
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 151525 0 0 0 100120 72 0 0 25 0 1 0 280170502 610267136 142703 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134533544 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 148991 142703 139 317 0 148670 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 595964

[startup+1062.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 30013
/proc/meminfo: memFree=1296816/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=604516 CPUtime=1061.9
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 154037 0 0 0 106116 74 0 0 25 0 1 0 280170502 619024384 145215 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 151129 145215 139 317 0 150808 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 604516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 30013
/proc/meminfo: memFree=1280560/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=617680 CPUtime=1121.87
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 158104 0 0 0 112111 76 0 0 25 0 1 0 280170502 632504320 149282 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 154420 149282 139 317 0 154099 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 617680

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/84 30189
/proc/meminfo: memFree=1261688/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=633500 CPUtime=1181.76
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 162428 0 0 0 118097 79 0 0 25 0 1 0 280170502 648704000 153606 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 158375 153606 139 317 0 158054 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 633500

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30211
/proc/meminfo: memFree=1249520/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=643716 CPUtime=1241.74
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 165740 0 0 0 124092 82 0 0 25 0 1 0 280170502 659165184 156918 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712511 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 160929 156918 139 317 0 160608 0
Current children cumulated CPU time (s) 1241.74
Current children cumulated vsize (KiB) 643716

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1237808/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=653760 CPUtime=1301.72
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 168661 0 0 0 130088 84 0 0 25 0 1 0 280170502 669450240 159839 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 163440 159839 139 317 0 163119 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 653760

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1227696/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=662352 CPUtime=1361.7
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 171186 0 0 0 136084 86 0 0 25 0 1 0 280170502 678248448 162364 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 165588 162364 139 317 0 165267 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 662352

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1203696/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=683440 CPUtime=1421.67
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 177203 0 0 0 142078 89 0 0 25 0 1 0 280170502 699842560 168381 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606673 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 170860 168381 139 317 0 170539 0
Current children cumulated CPU time (s) 1421.67
Current children cumulated vsize (KiB) 683440

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1189808/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=695476 CPUtime=1481.65
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 180623 0 0 0 148073 92 0 0 25 0 1 0 280170502 712167424 171801 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 173869 171801 139 317 0 173548 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 695476

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1177776/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=705936 CPUtime=1541.63
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 183625 0 0 0 154069 94 0 0 25 0 1 0 280170502 722878464 174803 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 176484 174803 139 317 0 176163 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 705936

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1161264/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=719592 CPUtime=1601.61
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 187756 0 0 0 160065 96 0 0 25 0 1 0 280170502 736862208 178934 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 179898 178934 139 317 0 179577 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 719592

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1137200/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=854272 CPUtime=1661.59
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 218432 0 0 0 166052 107 0 0 25 0 1 0 280170502 874774528 184845 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 213568 184845 139 317 0 213247 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 854272

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1126576/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=863420 CPUtime=1721.57
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 221134 0 0 0 172048 109 0 0 25 0 1 0 280170502 884142080 187547 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715989 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 215855 187547 139 317 0 215534 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 863420

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1115248/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=873112 CPUtime=1781.54
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 223976 0 0 0 178044 110 0 0 25 0 1 0 280170502 894066688 190389 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 218278 190389 139 317 0 217957 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 873112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1112048/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=876196 CPUtime=1800.04
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 224770 0 0 0 179893 111 0 0 25 0 1 0 280170502 897224704 191183 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 219049 191183 139 317 0 218728 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 876196

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30211
/proc/meminfo: memFree=1112048/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=876196 CPUtime=1800.63
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 224770 0 0 0 179952 111 0 0 25 0 1 0 280170502 897224704 191183 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 219049 191183 139 317 0 218728 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 876196

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30212
/proc/meminfo: memFree=1112040/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=876196 CPUtime=1801.43
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194304 224770 0 0 0 180032 111 0 0 25 0 1 0 280170502 897224704 191183 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 219049 191183 139 317 0 218728 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 876196

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30212
/proc/meminfo: memFree=1112040/2055920 swapFree=4145536/4192956
[pid=30012] ppid=30010 vsize=0 CPUtime=1801.83
/proc/30012/stat : 30012 (oree) R 30010 30012 28968 0 -1 4194308 224786 0 0 0 180062 121 0 0 25 0 1 0 280170502 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/30012/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1802.63
CPU time (s): 1801.87
CPU user time (s): 1800.63
CPU system time (s): 1.23881
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 876196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.63
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224786
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= 1721

runsolver used 1.50977 second user time and 4.02139 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue May  1 17:42:10 UTC 2007

IDJOB= 455330
IDBENCH= 48256
IDSOLVER= 172
FILE ID= node10/455330-1178041330

PBS_JOBID= 4728439

Free space on /tmp= 66563 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_2.opb
COMMAND LINE= oree /tmp/evaluation/455330-1178041330/instance-455330-1178041330.opb mod           
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-455330-1178041330 -o ROOT/results/node10/conversion-455330-1178041330 -C 600 -M 1800 /tmp/evaluation/455330-1178041330/substituteSizeProductKeyword /tmp/evaluation/455330-1178041330/instance-455330-1178041330.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-455330-1178041330 -o ROOT/results/node10/solver-455330-1178041330 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/455330-1178041330/instance-455330-1178041330.opb mod           

META MD5SUM SOLVER= 51f0e1a06bbb15374571c5c5129b7f5e
MD5SUM BENCH=  fc8bff78845ab9a14b2d06ab749e4dc4

RANDOM SEED= 553351534

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1879304 kB
Buffers:         26904 kB
Cached:          65804 kB
SwapCached:      15548 kB
Active:          80160 kB
Inactive:        37636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879304 kB
SwapTotal:     4192956 kB
SwapFree:      4145536 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          32188 kB
Slab:            44432 kB
Committed_AS:  3940760 kB
PageTables:       1712 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= 66563 MiB

End job on node10 on Tue May  1 18:12:13 UTC 2007