Trace number 431015

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.28 1800.75

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
MD5SUM133707692e98c55077a0d19203c18204
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.201969
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
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 constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

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.00/0.00	c ...done
0.00/0.00	c #vars=648 #constraints=992 hasObjective=yes
0.00/0.01	c res. mode=mod
0.00/0.01	c VSIDS like heuristics
0.00/0.01	c complete search running
0.89/0.94	c restart after 401 decisions
1.09/1.17	c nbDecision=500 #constraints=1455
2.09/2.20	c restart after 801 decisions
2.99/3.09	c nbDecision=1000 #constraints=1927
4.19/4.29	c nbDecision=1500 #constraints=2414
4.59/4.61	c restart after 1601 decisions
6.09/6.14	c nbDecision=2000 #constraints=2874
7.99/8.05	c nbDecision=2500 #constraints=3363
9.29/9.34	c nbDecision=3000 #constraints=3851
9.89/9.97	c restart after 3201 decisions
11.49/11.51	c nbDecision=3500 #constraints=4318
13.78/13.87	c nbDecision=4000 #constraints=4819
17.39/17.47	c nbDecision=4500 #constraints=5321
22.49/22.50	c nbDecision=5000 #constraints=5810
24.68/24.76	c nbDecision=5500 #constraints=6287
26.59/26.64	c nbDecision=6000 #constraints=6759
29.08/29.11	c restart after 6401 decisions
29.88/29.99	c nbDecision=6500 #constraints=7223
35.48/35.53	c nbDecision=7000 #constraints=7710
39.38/39.48	c nbDecision=7500 #constraints=8185
43.28/43.33	c nbDecision=8000 #constraints=8685
48.68/48.71	c nbDecision=8500 #constraints=9173
55.77/55.86	c nbDecision=9000 #constraints=9674
65.98/66.05	c nbDecision=9500 #constraints=10175
75.68/75.73	c nbDecision=10000 #constraints=10639
85.77/85.88	c nbDecision=10500 #constraints=11131
93.97/94.09	c nbDecision=11000 #constraints=11602
112.37/112.46	c nbDecision=11500 #constraints=12081
129.47/129.53	c nbDecision=12000 #constraints=12559
147.15/147.27	c nbDecision=12500 #constraints=13050
162.26/162.37	c restart after 12801 decisions
165.25/165.33	c nbDecision=13000 #constraints=13522
175.05/175.12	c nbDecision=13500 #constraints=14001
184.05/184.10	c nbDecision=14000 #constraints=14501
210.84/210.93	c nbDecision=14500 #constraints=14963
242.94/243.05	c nbDecision=15000 #constraints=15462
262.63/262.78	c nbDecision=15500 #constraints=15952
292.73/292.88	c nbDecision=16000 #constraints=16440
319.52/319.68	c nbDecision=16500 #constraints=16920
354.72/354.86	c nbDecision=17000 #constraints=17419
381.61/381.71	c nbDecision=17500 #constraints=17893
429.80/429.97	c nbDecision=18000 #constraints=18393
478.59/478.73	c nbDecision=18500 #constraints=18891
526.28/526.42	c nbDecision=19000 #constraints=19385
565.77/565.94	c nbDecision=19500 #constraints=19859
605.26/605.40	c nbDecision=20000 #constraints=20342
643.36/643.57	c nbDecision=20500 #constraints=20800
683.95/684.20	c nbDecision=21000 #constraints=21298
749.13/749.39	c nbDecision=21500 #constraints=21792
791.62/791.86	c nbDecision=22000 #constraints=22256
843.01/843.27	c nbDecision=22500 #constraints=22748
898.70/898.96	c nbDecision=23000 #constraints=23224
948.76/949.00	c nbDecision=23500 #constraints=23676
1018.39/1018.70	c nbDecision=24000 #constraints=24180
1058.38/1058.72	c nbDecision=24500 #constraints=24657
1123.37/1123.76	c nbDecision=25000 #constraints=25160
1164.76/1165.15	c nbDecision=25500 #constraints=25646
1172.36/1172.71	c restart after 25601 decisions
1182.25/1182.69	c nbDecision=26000 #constraints=26107
1195.65/1196.07	c nbDecision=26500 #constraints=26596
1251.84/1252.26	c nbDecision=27000 #constraints=27077
1381.11/1381.52	c nbDecision=27500 #constraints=27544
1529.08/1529.50	c nbDecision=28000 #constraints=28022
1604.66/1605.12	c nbDecision=28500 #constraints=28424
1697.24/1697.79	c nbDecision=29000 #constraints=28914
1768.42/1768.90	c nbDecision=29500 #constraints=29370
1800.03/1800.50	Received signal 15
1800.23/1800.71	
1800.23/1800.71	s UNKNOWN
1800.23/1800.71	
1800.23/1800.71	c user time= 1799.83 s
1800.23/1800.71	c system time= 0.414936 s
1800.23/1800.71	c wall clock time=1800.72

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

sed -e s/sizeproduct=/#sizeproduct=/ /tmp/evaluation/431015-1178001925/instance-431015-1178001925.opb
mv /tmp/evaluation/431015-1178001925/instance-431015-1178001925.opb.tmp /tmp/evaluation/431015-1178001925/instance-431015-1178001925.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-431015-1178001925 -o ROOT/results/node30/solver-431015-1178001925 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/431015-1178001925/instance-431015-1178001925.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.92 0.98 0.99 3/77 810
/proc/meminfo: memFree=1759792/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=1468 CPUtime=0
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 248108167 1503232 171 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 367 172 132 317 0 46 0

[startup+0.0441851 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 810
/proc/meminfo: memFree=1759792/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=1996 CPUtime=0.04
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 299 0 0 0 4 0 0 0 18 0 1 0 248108167 2043904 282 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134546815 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 499 282 139 317 0 178 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1996

[startup+0.102187 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 810
/proc/meminfo: memFree=1759792/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=1996 CPUtime=0.09
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 326 0 0 0 9 0 0 0 18 0 1 0 248108167 2043904 309 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 499 309 139 317 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1996

[startup+0.301199 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 810
/proc/meminfo: memFree=1759792/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=2520 CPUtime=0.29
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 434 0 0 0 29 0 0 0 19 0 1 0 248108167 2580480 417 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 630 417 139 317 0 309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2520

[startup+0.702224 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 810
/proc/meminfo: memFree=1759792/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=3172 CPUtime=0.69
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 606 0 0 0 69 0 0 0 24 0 1 0 248108167 3248128 589 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272936 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 793 589 139 317 0 472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3172

[startup+1.50127 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 811
/proc/meminfo: memFree=1757544/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=4344 CPUtime=1.49
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 899 0 0 0 149 0 0 0 25 0 1 0 248108167 4448256 882 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 1086 882 139 317 0 765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4344

[startup+3.10137 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 811
/proc/meminfo: memFree=1755944/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=5952 CPUtime=3.09
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 1285 0 0 0 309 0 0 0 25 0 1 0 248108167 6094848 1268 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284215 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 1488 1268 139 317 0 1167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5952

[startup+6.30157 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 811
/proc/meminfo: memFree=1751400/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=10256 CPUtime=6.29
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 2392 0 0 0 628 1 0 0 25 0 1 0 248108167 10502144 2375 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 2564 2375 139 317 0 2243 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10256

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 811
/proc/meminfo: memFree=1743592/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=18180 CPUtime=12.69
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 4321 0 0 0 1267 2 0 0 25 0 1 0 248108167 18616320 4304 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564043 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 4545 4304 139 317 0 4224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18180

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 811
/proc/meminfo: memFree=1734760/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=26744 CPUtime=25.49
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 6454 0 0 0 2544 5 0 0 25 0 1 0 248108167 27385856 6393 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 6686 6393 139 317 0 6365 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26744

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 811
/proc/meminfo: memFree=1721576/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=40048 CPUtime=51.08
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 9768 0 0 0 5100 8 0 0 25 0 1 0 248108167 41009152 9707 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 10012 9707 170 317 0 9691 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40048

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 811
/proc/meminfo: memFree=1709928/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=51804 CPUtime=102.28
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 12603 0 0 0 10217 11 0 0 25 0 1 0 248108167 53047296 12542 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 12951 12542 170 317 0 12630 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 51804

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1702760/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=59432 CPUtime=162.26
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 14482 0 0 0 16213 13 0 0 25 0 1 0 248108167 60858368 14335 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 14858 14335 170 317 0 14537 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 59432

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1695080/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=67280 CPUtime=222.24
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 16374 0 0 0 22209 15 0 0 25 0 1 0 248108167 68894720 16227 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 16820 16227 170 317 0 16499 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 67280

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1689960/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=72648 CPUtime=282.23
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 17644 0 0 0 28206 17 0 0 25 0 1 0 248108167 74391552 17497 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 18162 17497 170 317 0 17841 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 72648

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1685800/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=77076 CPUtime=342.22
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 18673 0 0 0 34204 18 0 0 25 0 1 0 248108167 78925824 18526 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 19269 18526 170 317 0 18948 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 77076

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1682088/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=81108 CPUtime=402.2
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 19593 0 0 0 40201 19 0 0 25 0 1 0 248108167 83054592 19446 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563397 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 20277 19446 170 317 0 19956 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 81108

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1679400/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=84172 CPUtime=462.19
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 20262 0 0 0 46199 20 0 0 25 0 1 0 248108167 86192128 20115 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 21043 20115 170 317 0 20722 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 84172

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1676648/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=86968 CPUtime=522.18
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 20953 0 0 0 52197 21 0 0 25 0 1 0 248108167 89055232 20806 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602641 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 21742 20806 170 317 0 21421 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 86968

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1673512/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=90208 CPUtime=582.17
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 21736 0 0 0 58195 22 0 0 25 0 1 0 248108167 92372992 21589 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 22552 21589 170 317 0 22231 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 90208

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 811
/proc/meminfo: memFree=1669672/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=94244 CPUtime=642.16
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 22682 0 0 0 64193 23 0 0 25 0 1 0 248108167 96505856 22535 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 23561 22535 170 317 0 23240 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 94244


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

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 877
/proc/meminfo: memFree=1656112/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=107396 CPUtime=942.06
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 25788 0 0 0 94178 28 0 0 25 0 1 0 248108167 109973504 25641 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 26849 25641 170 317 0 26528 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 107396

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1655400/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=109368 CPUtime=1001.99
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 26238 0 0 0 100170 29 0 0 25 0 1 0 248108167 111992832 26091 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 27342 26091 170 317 0 27021 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 109368

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1652712/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=112252 CPUtime=1061.98
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 26914 0 0 0 106168 30 0 0 25 0 1 0 248108167 114946048 26767 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 28063 26767 170 317 0 27742 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 112252

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1650792/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=114776 CPUtime=1121.97
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 27576 0 0 0 112166 31 0 0 25 0 1 0 248108167 117530624 27258 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 28694 27258 170 317 0 28373 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 114776

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1646696/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=119092 CPUtime=1181.95
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 28645 0 0 0 118163 32 0 0 25 0 1 0 248108167 121950208 28327 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 29773 28327 170 317 0 29452 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 119092

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1642216/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=123796 CPUtime=1241.94
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 29785 0 0 0 124160 34 0 0 25 0 1 0 248108167 126767104 29401 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 30949 29401 170 317 0 30628 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 123796

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1641128/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=125032 CPUtime=1301.93
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 30080 0 0 0 130159 34 0 0 25 0 1 0 248108167 128032768 29663 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 31258 29663 170 317 0 30937 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 125032

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1640296/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=125948 CPUtime=1361.91
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 30301 0 0 0 136156 35 0 0 25 0 1 0 248108167 128970752 29851 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 31487 29851 170 317 0 31166 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 125948

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1639528/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=126732 CPUtime=1421.91
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 30514 0 0 0 142155 36 0 0 25 0 1 0 248108167 129773568 30064 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718451 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 31683 30064 170 317 0 31362 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 126732

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1638824/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=127516 CPUtime=1481.89
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 30718 0 0 0 148153 36 0 0 25 0 1 0 248108167 130576384 30235 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 31879 30235 170 317 0 31558 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 127516

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1009
/proc/meminfo: memFree=1637608/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=128948 CPUtime=1541.88
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 31054 0 0 0 154151 37 0 0 25 0 1 0 248108167 132042752 30538 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 32237 30538 170 317 0 31916 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 128948

[startup+1602.3 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 1009
/proc/meminfo: memFree=1636456/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=130256 CPUtime=1601.86
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 31367 0 0 0 160148 38 0 0 25 0 1 0 248108167 133382144 30818 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 32564 30818 170 317 0 32243 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 130256

[startup+1662.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 1009
/proc/meminfo: memFree=1635240/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=131428 CPUtime=1661.85
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 31713 0 0 0 166146 39 0 0 25 0 1 0 248108167 134582272 31131 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563976 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 32857 31131 170 317 0 32536 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 131428

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1009
/proc/meminfo: memFree=1633512/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=133160 CPUtime=1721.84
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 32153 0 0 0 172144 40 0 0 25 0 1 0 248108167 136355840 31571 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 33290 31571 170 317 0 32969 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 133160

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1009
/proc/meminfo: memFree=1631784/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=135012 CPUtime=1781.83
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 32604 0 0 0 178142 41 0 0 25 0 1 0 248108167 138252288 31989 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 33753 31989 170 317 0 33432 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 135012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1009
/proc/meminfo: memFree=1631336/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=135404 CPUtime=1800.03
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 32726 0 0 0 179962 41 0 0 25 0 1 0 248108167 138653696 32111 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 33851 32111 170 317 0 33530 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 135404

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: 1.00 1.00 1.00 2/79 1010
/proc/meminfo: memFree=1631328/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=135404 CPUtime=1800.13
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 32726 0 0 0 179972 41 0 0 25 0 1 0 248108167 138653696 32111 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 33851 32111 170 317 0 33530 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 135404

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1010
/proc/meminfo: memFree=1631328/2055920 swapFree=4157096/4192956
[pid=810] ppid=808 vsize=135404 CPUtime=1800.23
/proc/810/stat : 810 (oree) R 808 810 31921 0 -1 4194304 32726 0 0 0 179982 41 0 0 25 0 1 0 248108167 138653696 32111 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/810/statm: 33851 32111 170 317 0 33530 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 135404

Child status: 0
Real time (s): 1800.75
CPU time (s): 1800.28
CPU user time (s): 1799.84
CPU system time (s): 0.436933
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 135404

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

runsolver used 1.53977 second user time and 4.24735 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Tue May  1 06:45:25 UTC 2007

IDJOB= 431015
IDBENCH= 48021
IDSOLVER= 172
FILE ID= node30/431015-1178001925

PBS_JOBID= 4728244

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/roussel/factor-mod-B/factor-mod-size=9-P0=349-P1=101-P2=17-P3=271-P4=11-P5=179-P6=127-B.opb
COMMAND LINE= oree /tmp/evaluation/431015-1178001925/instance-431015-1178001925.opb mod           
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node30/convwatcher-431015-1178001925 -o ROOT/results/node30/conversion-431015-1178001925 -C 600 -M 1800 /tmp/evaluation/431015-1178001925/substituteSizeProductKeyword /tmp/evaluation/431015-1178001925/instance-431015-1178001925.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 51f0e1a06bbb15374571c5c5129b7f5e
MD5SUM BENCH=  133707692e98c55077a0d19203c18204

RANDOM SEED= 406963632

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1760264 kB
Buffers:         40208 kB
Cached:         168460 kB
SwapCached:      15324 kB
Active:          97728 kB
Inactive:       134620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760264 kB
SwapTotal:     4192956 kB
SwapFree:      4157096 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          30700 kB
Slab:            48876 kB
Committed_AS:  3903172 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node30 on Tue May  1 07:15:27 UTC 2007