Trace number 458072

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 NameAnswerCPU timeWall clock time
oree 0.1.2 alpha? (TO) 1800.16 1800.71

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
MD5SUMc41d0ae6b2deb2ba6caac7b74c416b6f
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.08583
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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.05	c ...done
0.00/0.05	c #vars=3270 #constraints=6443 hasObjective=no
0.00/0.06	c res. mode=mod
0.00/0.06	c VSIDS like heuristics
0.00/0.06	c complete search running
0.09/0.14	c restart after 401 decisions
0.09/0.16	c nbDecision=500 #constraints=6489
0.19/0.23	c restart after 801 decisions
0.19/0.28	c nbDecision=1000 #constraints=6546
0.39/0.45	c nbDecision=1500 #constraints=6609
0.39/0.49	c restart after 1601 decisions
0.69/0.72	c nbDecision=2000 #constraints=6700
1.59/1.60	c nbDecision=2500 #constraints=6972
2.59/2.69	c nbDecision=3000 #constraints=7464
3.29/3.39	c restart after 3201 decisions
4.69/4.72	c nbDecision=3500 #constraints=7916
7.08/7.16	c nbDecision=4000 #constraints=8393
10.59/10.61	c nbDecision=4500 #constraints=8849
14.79/14.86	c nbDecision=5000 #constraints=9324
21.28/21.38	c nbDecision=5500 #constraints=9773
28.29/28.37	c nbDecision=6000 #constraints=10236
33.18/33.24	c restart after 6401 decisions
34.38/34.48	c nbDecision=6500 #constraints=10644
44.28/44.33	c nbDecision=7000 #constraints=11093
55.87/55.99	c nbDecision=7500 #constraints=11559
66.68/66.70	c nbDecision=8000 #constraints=12004
78.67/78.79	c nbDecision=8500 #constraints=12470
92.17/92.22	c nbDecision=9000 #constraints=12922
106.57/106.63	c nbDecision=9500 #constraints=13389
122.56/122.61	c nbDecision=10000 #constraints=13846
140.85/140.97	c nbDecision=10500 #constraints=14300
160.15/160.23	c nbDecision=11000 #constraints=14754
180.25/180.36	c nbDecision=11500 #constraints=15239
201.34/201.40	c nbDecision=12000 #constraints=15699
223.30/223.42	c nbDecision=12500 #constraints=16152
237.56/237.72	c restart after 12801 decisions
247.26/247.40	c nbDecision=13000 #constraints=16511
272.41/272.65	c nbDecision=13500 #constraints=16649
289.20/289.41	c nbDecision=14000 #constraints=16704
334.20/334.49	c nbDecision=14500 #constraints=17024
368.38/368.63	c nbDecision=15000 #constraints=17405
410.08/410.31	c nbDecision=15500 #constraints=17773
448.07/448.38	c nbDecision=16000 #constraints=18144
499.76/500.06	c nbDecision=16500 #constraints=18533
530.54/530.88	c nbDecision=17000 #constraints=18968
568.45/568.70	c nbDecision=17500 #constraints=19404
605.03/605.38	c nbDecision=18000 #constraints=19866
646.02/646.39	c nbDecision=18500 #constraints=20357
686.12/686.47	c nbDecision=19000 #constraints=20826
720.61/720.98	c nbDecision=19500 #constraints=21308
759.80/760.14	c nbDecision=20000 #constraints=21795
794.69/795.00	c nbDecision=20500 #constraints=22276
838.88/839.26	c nbDecision=21000 #constraints=22761
883.06/883.47	c nbDecision=21500 #constraints=23251
928.95/929.35	c nbDecision=22000 #constraints=23728
977.04/977.44	c nbDecision=22500 #constraints=24213
1029.63/1030.04	c nbDecision=23000 #constraints=24690
1080.71/1081.16	c nbDecision=23500 #constraints=25180
1135.70/1136.13	c nbDecision=24000 #constraints=25656
1192.28/1192.70	c nbDecision=24500 #constraints=26134
1251.58/1252.03	c nbDecision=25000 #constraints=26604
1315.07/1315.60	c nbDecision=25500 #constraints=27070
1327.46/1327.94	c restart after 25601 decisions
1363.95/1364.40	c nbDecision=26000 #constraints=27276
1421.74/1422.28	c nbDecision=26500 #constraints=27396
1453.23/1453.70	c nbDecision=27000 #constraints=27442
1531.61/1532.16	c nbDecision=27500 #constraints=27664
1604.69/1605.22	c nbDecision=28000 #constraints=28037
1690.87/1691.43	c nbDecision=28500 #constraints=28397
1762.55/1763.16	c nbDecision=29000 #constraints=28757
1800.06/1800.61	Received signal 15
1800.06/1800.67	
1800.06/1800.67	s UNKNOWN
1800.06/1800.67	
1800.06/1800.67	c user time= 1799.7 s
1800.06/1800.67	c system time= 0.421935 s
1800.06/1800.67	c wall clock time=1800.67

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

sed -e s/sizeproduct=/#sizeproduct=/ /tmp/evaluation/458072-1178377047/instance-458072-1178377047.opb
mv /tmp/evaluation/458072-1178377047/instance-458072-1178377047.opb.tmp /tmp/evaluation/458072-1178377047/instance-458072-1178377047.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-458072-1178377047 -o ROOT/results/node30/solver-458072-1178377047 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/458072-1178377047/instance-458072-1178377047.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: 1.00 1.00 0.92 3/77 26571
/proc/meminfo: memFree=1337840/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=1468 CPUtime=0
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 285620363 1503232 167 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 367 167 131 317 0 46 0

[startup+0.0988709 s]
/proc/loadavg: 1.00 1.00 0.92 3/77 26571
/proc/meminfo: memFree=1337840/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=4248 CPUtime=0.09
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 897 0 0 0 9 0 0 0 18 0 1 0 285620363 4349952 835 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563401 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 1062 835 139 317 0 741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4248

[startup+0.101871 s]
/proc/loadavg: 1.00 1.00 0.92 3/77 26571
/proc/meminfo: memFree=1337840/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=4248 CPUtime=0.09
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 897 0 0 0 9 0 0 0 18 0 1 0 285620363 4349952 835 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 1062 835 139 317 0 741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4248

[startup+0.301883 s]
/proc/loadavg: 1.00 1.00 0.92 3/77 26571
/proc/meminfo: memFree=1337840/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=4512 CPUtime=0.29
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 946 0 0 0 29 0 0 0 19 0 1 0 285620363 4620288 884 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718446 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 1128 884 139 317 0 807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4512

[startup+0.701909 s]
/proc/loadavg: 1.00 1.00 0.92 3/77 26571
/proc/meminfo: memFree=1337840/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=5040 CPUtime=0.69
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 1077 0 0 0 69 0 0 0 22 0 1 0 285620363 5160960 1015 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 1260 1015 139 317 0 939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5040

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1333800/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=6088 CPUtime=1.49
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 1358 0 0 0 149 0 0 0 25 0 1 0 285620363 6234112 1296 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 1522 1296 139 317 0 1201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6088

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 0.92 3/78 26572
/proc/meminfo: memFree=1330664/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=10820 CPUtime=3.09
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 2509 0 0 0 309 0 0 0 25 0 1 0 285620363 11079680 2447 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 2705 2447 139 317 0 2384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10820

[startup+6.30126 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1324200/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=15980 CPUtime=6.29
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 3810 0 0 0 628 1 0 0 25 0 1 0 285620363 16363520 3748 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 3995 3748 139 317 0 3674 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15980

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1317416/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=22888 CPUtime=12.69
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 5328 0 0 0 1267 2 0 0 25 0 1 0 285620363 23437312 5266 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 5722 5266 139 317 0 5401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22888

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1311272/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=28032 CPUtime=25.49
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 6791 0 0 0 2546 3 0 0 25 0 1 0 285620363 28704768 6729 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 7008 6729 139 317 0 6687 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28032

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1301736/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=39272 CPUtime=51.08
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 9166 0 0 0 5104 4 0 0 25 0 1 0 285620363 40214528 9104 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 9818 9104 139 317 0 9497 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39272

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1287656/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=52780 CPUtime=102.27
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 12725 0 0 0 10220 7 0 0 25 0 1 0 285620363 54046720 12575 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 13195 12575 139 317 0 12874 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52780

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26572
/proc/meminfo: memFree=1276136/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=65056 CPUtime=162.25
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 15591 0 0 0 16216 9 0 0 25 0 1 0 285620363 66617344 15441 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 16264 15441 139 317 0 15943 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 65056

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/84 26644
/proc/meminfo: memFree=1263472/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=79376 CPUtime=222.2
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 18434 0 0 0 22208 12 0 0 25 0 1 0 285620363 81281024 18284 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 19844 18284 139 317 0 19523 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 79376

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1261544/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=81856 CPUtime=282.11
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 19138 0 0 0 28198 13 0 0 25 0 1 0 285620363 83820544 18988 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 20464 18988 139 317 0 20143 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 81856

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1259624/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=83976 CPUtime=342.1
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 19667 0 0 0 34196 14 0 0 25 0 1 0 285620363 85991424 19517 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 20994 19517 139 317 0 20673 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 83976

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1256360/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=86884 CPUtime=402.08
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 20466 0 0 0 40193 15 0 0 25 0 1 0 285620363 88969216 20316 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 21721 20316 139 317 0 21400 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 86884

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1253096/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=90328 CPUtime=462.06
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 21296 0 0 0 46190 16 0 0 25 0 1 0 285620363 92495872 21146 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 22582 21146 139 317 0 22261 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 90328

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1249704/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=93468 CPUtime=522.05
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 22159 0 0 0 52188 17 0 0 25 0 1 0 285620363 95711232 22009 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 23367 22009 139 317 0 23046 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 93468

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1244968/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=97904 CPUtime=582.04
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 23323 0 0 0 58185 19 0 0 25 0 1 0 285620363 100253696 23173 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715638 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 24476 23173 139 317 0 24155 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 97904

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 26770
/proc/meminfo: memFree=1239528/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=103632 CPUtime=642.03
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 24661 0 0 0 64182 21 0 0 25 0 1 0 285620363 106119168 24511 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 25908 24511 139 317 0 25587 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 103632


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

[startup+822.301 s]
/proc/loadavg: 1.08 1.02 0.93 2/78 26770
/proc/meminfo: memFree=1224168/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=120908 CPUtime=821.97
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 28516 0 0 0 82172 25 0 0 25 0 1 0 285620363 123809792 28366 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 30227 28366 139 317 0 29906 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 120908

[startup+882.302 s]
/proc/loadavg: 1.03 1.02 0.93 2/78 26770
/proc/meminfo: memFree=1219240/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=125792 CPUtime=881.96
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 29746 0 0 0 88169 27 0 0 25 0 1 0 285620363 128811008 29596 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715798 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 31448 29596 139 317 0 31127 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 125792

[startup+942.302 s]
/proc/loadavg: 1.01 1.01 0.93 2/78 26770
/proc/meminfo: memFree=1214696/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=129992 CPUtime=941.95
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 30884 0 0 0 94167 28 0 0 25 0 1 0 285620363 133111808 30734 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 32498 30734 139 317 0 32177 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 129992

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 0.93 2/78 26770
/proc/meminfo: memFree=1210664/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=133808 CPUtime=1001.94
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 31895 0 0 0 100165 29 0 0 25 0 1 0 285620363 137019392 31745 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 33452 31745 139 317 0 33131 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 133808

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1206504/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=137612 CPUtime=1061.92
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 32945 0 0 0 106162 30 0 0 25 0 1 0 285620363 140914688 32795 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 34403 32795 139 317 0 34082 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 137612

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1201832/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=147556 CPUtime=1121.9
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 35128 0 0 0 112159 31 0 0 25 0 1 0 285620363 151097344 33922 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 36889 33922 139 317 0 36568 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 147556

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1197928/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=153716 CPUtime=1181.89
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 36694 0 0 0 118156 33 0 0 25 0 1 0 285620363 157405184 34916 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 38429 34916 139 317 0 38108 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 153716

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1194344/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=157232 CPUtime=1241.88
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 37689 0 0 0 124153 35 0 0 25 0 1 0 285620363 161005568 35812 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 39308 35812 139 317 0 38987 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 157232

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1191272/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=160100 CPUtime=1301.86
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 38473 0 0 0 130151 35 0 0 25 0 1 0 285620363 163942400 36563 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 40025 36563 139 317 0 39704 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 160100

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1189416/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=162060 CPUtime=1361.85
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 39051 0 0 0 136149 36 0 0 25 0 1 0 285620363 165949440 37042 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 40515 37042 139 317 0 40194 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 162060

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1189032/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=162324 CPUtime=1421.84
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 39142 0 0 0 142147 37 0 0 25 0 1 0 285620363 166219776 37133 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 40581 37133 139 317 0 40260 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 162324

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1188840/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=162584 CPUtime=1481.82
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 39190 0 0 0 148145 37 0 0 25 0 1 0 285620363 166486016 37181 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 40646 37181 139 317 0 40325 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 162584

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1187688/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=163888 CPUtime=1541.81
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 39539 0 0 0 154143 38 0 0 25 0 1 0 285620363 167821312 37464 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 40972 37464 139 317 0 40651 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 163888

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1185896/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=165596 CPUtime=1601.8
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 40031 0 0 0 160141 39 0 0 25 0 1 0 285620363 169570304 37923 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 41399 37923 139 317 0 41078 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 165596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1184104/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=167432 CPUtime=1661.77
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 40512 0 0 0 166138 39 0 0 25 0 1 0 285620363 171450368 38371 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 41858 38371 139 317 0 41537 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 167432

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1182952/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=168348 CPUtime=1721.76
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 40790 0 0 0 172136 40 0 0 25 0 1 0 285620363 172388352 38649 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 42087 38649 139 317 0 41766 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 168348

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1180968/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=170304 CPUtime=1781.74
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 41328 0 0 0 178133 41 0 0 25 0 1 0 285620363 174391296 39154 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716218 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 42576 39154 139 317 0 42255 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 170304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 26770
/proc/meminfo: memFree=1180136/2055920 swapFree=4157176/4192956
[pid=26571] ppid=26569 vsize=170824 CPUtime=1800.06
/proc/26571/stat : 26571 (oree) R 26569 26571 26282 0 -1 4194304 41523 0 0 0 179964 42 0 0 25 0 1 0 285620363 174923776 39349 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26571/statm: 42706 39349 139 317 0 42385 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 170824

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

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

Child status: 0
Real time (s): 1800.71
CPU time (s): 1800.16
CPU user time (s): 1799.71
CPU system time (s): 0.446932
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 170824

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

runsolver used 1.46878 second user time and 4.09138 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat May  5 14:57:27 UTC 2007

IDJOB= 458072
IDBENCH= 48383
IDSOLVER= 172
FILE ID= node30/458072-1178377047

PBS_JOBID= 5189226

Free space on /tmp= 66563 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
COMMAND LINE= oree /tmp/evaluation/458072-1178377047/instance-458072-1178377047.opb mod           
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node30/convwatcher-458072-1178377047 -o ROOT/results/node30/conversion-458072-1178377047 -C 600 -M 1800 /tmp/evaluation/458072-1178377047/substituteSizeProductKeyword /tmp/evaluation/458072-1178377047/instance-458072-1178377047.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 51f0e1a06bbb15374571c5c5129b7f5e
MD5SUM BENCH=  c41d0ae6b2deb2ba6caac7b74c416b6f

RANDOM SEED= 788814247

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:       1338184 kB
Buffers:         74812 kB
Cached:         512128 kB
SwapCached:      15336 kB
Active:         268920 kB
Inactive:       344128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338184 kB
SwapTotal:     4192956 kB
SwapFree:      4157176 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          30756 kB
Slab:            90220 kB
Committed_AS:  9150444 kB
PageTables:       1780 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 Sat May  5 15:27:30 UTC 2007