Trace number 457127

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.23 1800.18

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
MD5SUM9100923ff6d9c8d4da1b288858ed91b3
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark258.054
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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=3262 #constraints=6427 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.13	c restart after 401 decisions
0.09/0.15	c nbDecision=500 #constraints=6470
0.19/0.23	c restart after 801 decisions
0.19/0.29	c nbDecision=1000 #constraints=6527
0.39/0.45	c nbDecision=1500 #constraints=6597
0.49/0.50	c restart after 1601 decisions
0.69/0.74	c nbDecision=2000 #constraints=6682
1.39/1.44	c nbDecision=2500 #constraints=6893
2.40/2.44	c nbDecision=3000 #constraints=7224
2.99/3.00	c restart after 3201 decisions
3.99/4.01	c nbDecision=3500 #constraints=7704
6.00/6.04	c nbDecision=4000 #constraints=8134
8.29/8.30	c nbDecision=4500 #constraints=8609
11.09/11.13	c nbDecision=5000 #constraints=8795
15.69/15.73	c nbDecision=5500 #constraints=9036
21.09/21.14	c nbDecision=6000 #constraints=9469
26.70/26.72	c restart after 6401 decisions
28.50/28.54	c nbDecision=6500 #constraints=9809
38.19/38.22	c nbDecision=7000 #constraints=10161
45.89/45.92	c nbDecision=7500 #constraints=10637
55.10/55.13	c nbDecision=8000 #constraints=10842
68.40/68.48	c nbDecision=8500 #constraints=11071
79.49/79.59	c nbDecision=9000 #constraints=11457
94.79/94.82	c nbDecision=9500 #constraints=11813
107.59/107.64	c nbDecision=10000 #constraints=12272
123.20/123.23	c nbDecision=10500 #constraints=12691
138.69/138.70	c nbDecision=11000 #constraints=13124
154.20/154.26	c nbDecision=11500 #constraints=13595
168.70/168.75	c nbDecision=12000 #constraints=14054
187.39/187.48	c nbDecision=12500 #constraints=14460
198.50/198.59	c restart after 12801 decisions
204.40/204.48	c nbDecision=13000 #constraints=14888
219.69/219.79	c nbDecision=13500 #constraints=15379
238.19/238.26	c nbDecision=14000 #constraints=15852
260.89/260.91	c nbDecision=14500 #constraints=16316
284.40/284.48	c nbDecision=15000 #constraints=16752
309.20/309.28	c nbDecision=15500 #constraints=17204
336.10/336.18	c nbDecision=16000 #constraints=17696
365.00/365.09	c nbDecision=16500 #constraints=18173
398.70/398.73	c nbDecision=17000 #constraints=18645
427.70/427.72	c nbDecision=17500 #constraints=19057
449.00/449.08	c nbDecision=18000 #constraints=19512
470.71/470.72	c nbDecision=18500 #constraints=19947
494.70/494.72	c nbDecision=19000 #constraints=20395
517.10/517.10	c nbDecision=19500 #constraints=20848
541.70/541.77	c nbDecision=20000 #constraints=21284
564.50/564.53	c nbDecision=20500 #constraints=21744
588.01/588.06	c nbDecision=21000 #constraints=22203
613.50/613.55	c nbDecision=21500 #constraints=22674
637.51/637.57	c nbDecision=22000 #constraints=23139
664.00/664.03	c nbDecision=22500 #constraints=23621
693.11/693.13	c nbDecision=23000 #constraints=24073
722.50/722.54	c nbDecision=23500 #constraints=24535
754.81/754.90	c nbDecision=24000 #constraints=24985
786.01/786.08	c nbDecision=24500 #constraints=25447
818.21/818.21	c nbDecision=25000 #constraints=25896
851.42/851.49	c nbDecision=25500 #constraints=26381
857.01/857.03	c restart after 25601 decisions
901.51/901.57	c nbDecision=26000 #constraints=26783
951.42/951.43	c nbDecision=26500 #constraints=27148
989.71/989.79	c nbDecision=27000 #constraints=27490
1038.32/1038.30	c nbDecision=27500 #constraints=27926
1081.12/1081.12	c nbDecision=28000 #constraints=28400
1130.92/1130.99	c nbDecision=28500 #constraints=28885
1179.22/1179.27	c nbDecision=29000 #constraints=29368
1220.22/1220.20	c nbDecision=29500 #constraints=29812
1262.32/1262.36	c nbDecision=30000 #constraints=30231
1305.63/1305.63	c nbDecision=30500 #constraints=30696
1354.22/1354.21	c nbDecision=31000 #constraints=31178
1397.82/1397.85	c nbDecision=31500 #constraints=31640
1438.93/1438.96	c nbDecision=32000 #constraints=32101
1479.82/1479.88	c nbDecision=32500 #constraints=32540
1541.03/1541.06	c nbDecision=33000 #constraints=33012
1596.42/1596.40	c nbDecision=33500 #constraints=33467
1643.33/1643.31	c nbDecision=34000 #constraints=33910
1701.93/1701.93	c nbDecision=34500 #constraints=34354
1754.44/1754.43	c nbDecision=35000 #constraints=34752
1800.03/1800.00	Received signal 15
1800.13/1800.14	
1800.13/1800.14	s UNKNOWN
1800.13/1800.14	
1800.13/1800.14	c user time= 1799.79 s
1800.13/1800.14	c system time= 0.398939 s
1800.13/1800.14	c wall clock time=1800.15

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

sed -e s/sizeproduct=/#sizeproduct=/ /tmp/evaluation/457127-1178366895/instance-457127-1178366895.opb
mv /tmp/evaluation/457127-1178366895/instance-457127-1178366895.opb.tmp /tmp/evaluation/457127-1178366895/instance-457127-1178366895.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-457127-1178366895 -o ROOT/results/node16/solver-457127-1178366895 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/457127-1178366895/instance-457127-1178366895.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.93 3/77 20162
/proc/meminfo: memFree=1835264/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=1468 CPUtime=0
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 284607142 1503232 167 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 367 167 131 317 0 46 0

[startup+0.0721311 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 20162
/proc/meminfo: memFree=1835264/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=4244 CPUtime=0.06
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 896 0 0 0 6 0 0 0 18 0 1 0 284607142 4345856 835 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 1061 835 139 317 0 740 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4244

[startup+0.101125 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 20162
/proc/meminfo: memFree=1835264/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=4244 CPUtime=0.09
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 896 0 0 0 9 0 0 0 18 0 1 0 284607142 4345856 835 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606673 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 1061 835 139 317 0 740 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4244

[startup+0.301083 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 20162
/proc/meminfo: memFree=1835264/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=4508 CPUtime=0.29
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 940 0 0 0 29 0 0 0 19 0 1 0 284607142 4616192 879 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 1127 879 139 317 0 806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4508

[startup+0.701 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 20162
/proc/meminfo: memFree=1835264/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=5036 CPUtime=0.69
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 1073 0 0 0 69 0 0 0 23 0 1 0 284607142 5156864 1012 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 1259 1012 139 317 0 938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5036

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1831416/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=5828 CPUtime=1.49
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 1284 0 0 0 149 0 0 0 25 0 1 0 284607142 5967872 1223 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 1457 1223 139 317 0 1136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5828

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1829880/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=8596 CPUtime=3.09
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 1989 0 0 0 308 1 0 0 25 0 1 0 284607142 8802304 1928 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 2149 1928 139 317 0 1828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8596

[startup+6.30182 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1824952/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=12968 CPUtime=6.3
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 3012 0 0 0 628 2 0 0 25 0 1 0 284607142 13279232 2951 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 3242 2951 139 317 0 2921 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 12968

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1820544/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=16088 CPUtime=12.69
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 3848 0 0 0 1267 2 0 0 25 0 1 0 284607142 16474112 3787 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 4022 3787 139 317 0 3701 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16088

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1815744/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=21392 CPUtime=25.5
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 5035 0 0 0 2547 3 0 0 25 0 1 0 284607142 21905408 4974 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 5348 4974 139 317 0 5027 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 21392

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1810688/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=26136 CPUtime=51.09
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 6296 0 0 0 5106 3 0 0 25 0 1 0 284607142 26763264 6235 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563383 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 6534 6235 139 317 0 6213 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26136

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1803840/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=34004 CPUtime=102.3
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 8010 0 0 0 10226 4 0 0 25 0 1 0 284607142 34820096 7949 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718713 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 8501 7949 139 317 0 8180 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 34004

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1794368/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=43988 CPUtime=162.29
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 10474 0 0 0 16223 6 0 0 25 0 1 0 284607142 45043712 10325 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564043 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 10997 10325 139 317 0 10676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43988

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1785984/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=51844 CPUtime=222.29
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 12539 0 0 0 22221 8 0 0 25 0 1 0 284607142 53088256 12390 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 12961 12390 139 317 0 12640 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 51844

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1778880/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=59044 CPUtime=282.3
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 14291 0 0 0 28220 10 0 0 25 0 1 0 284607142 60461056 14142 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563351 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 14761 14142 139 317 0 14440 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 59044

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1772736/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=68020 CPUtime=342.3
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 15827 0 0 0 34219 11 0 0 25 0 1 0 284607142 69652480 15678 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 17005 15678 139 317 0 16684 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 68020

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1767936/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=73180 CPUtime=402.3
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 17035 0 0 0 40218 12 0 0 25 0 1 0 284607142 74936320 16886 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 18295 16886 139 317 0 17974 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 73180

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1761664/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=79588 CPUtime=462.31
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 18633 0 0 0 46217 14 0 0 25 0 1 0 284607142 81498112 18484 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 19897 18484 139 317 0 19576 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 79588

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1755136/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=86288 CPUtime=522.3
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 20248 0 0 0 52215 15 0 0 25 0 1 0 284607142 88358912 20099 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 21572 20099 139 317 0 21251 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 86288

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1748224/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=92980 CPUtime=582.31
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 21982 0 0 0 58214 17 0 0 25 0 1 0 284607142 95211520 21833 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 23245 21833 139 317 0 22924 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 92980

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1741632/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=98848 CPUtime=642.31
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 23608 0 0 0 64213 18 0 0 25 0 1 0 284607142 101220352 23459 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564062 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 24712 23459 139 317 0 24391 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 98848


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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1721280/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=118192 CPUtime=882.31
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 28892 0 0 0 88207 24 0 0 25 0 1 0 284607142 121028608 28534 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 29548 28534 139 317 0 29227 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 118192

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1718720/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=124904 CPUtime=942.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 30360 0 0 0 94207 25 0 0 25 0 1 0 284607142 127901696 29177 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 31226 29177 139 317 0 30905 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 124904

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1716480/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=129176 CPUtime=1002.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 31473 0 0 0 100206 26 0 0 25 0 1 0 284607142 132276224 29729 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 32294 29729 139 317 0 31973 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 129176

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1713344/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=133236 CPUtime=1062.31
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 32555 0 0 0 106205 26 0 0 25 0 1 0 284607142 136433664 30547 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 33309 30547 139 317 0 32988 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 133236

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 0.93 2/78 20163
/proc/meminfo: memFree=1709888/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=137276 CPUtime=1122.31
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 33656 0 0 0 112204 27 0 0 25 0 1 0 284607142 140570624 31384 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 34319 31384 139 317 0 33998 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 137276

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 0.93 2/78 20163
/proc/meminfo: memFree=1706496/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=141332 CPUtime=1182.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 34681 0 0 0 118203 29 0 0 25 0 1 0 284607142 144723968 32244 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 35333 32244 139 317 0 35012 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 141332

[startup+1242.3 s]
/proc/loadavg: 1.01 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1702464/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=145900 CPUtime=1242.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 35846 0 0 0 124202 30 0 0 25 0 1 0 284607142 149401600 33244 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 36475 33244 139 317 0 36154 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 145900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1699200/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=149084 CPUtime=1302.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 36752 0 0 0 130201 31 0 0 25 0 1 0 284607142 152662016 34051 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 37271 34051 139 317 0 36950 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 149084

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1695488/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=152852 CPUtime=1362.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 37757 0 0 0 136200 32 0 0 25 0 1 0 284607142 156520448 34957 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 38213 34957 139 317 0 37892 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 152852

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1691712/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=156812 CPUtime=1422.33
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 38764 0 0 0 142199 34 0 0 25 0 1 0 284607142 160575488 35931 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 39203 35931 139 317 0 38882 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 156812

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1688320/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=160216 CPUtime=1482.32
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 39632 0 0 0 148198 34 0 0 25 0 1 0 284607142 164061184 36766 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 40054 36766 139 317 0 39733 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 160216

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20163
/proc/meminfo: memFree=1685760/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=162952 CPUtime=1542.33
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 40336 0 0 0 154198 35 0 0 25 0 1 0 284607142 166862848 37404 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 40738 37404 139 317 0 40417 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 162952

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20165
/proc/meminfo: memFree=1683008/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=165656 CPUtime=1602.33
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 41069 0 0 0 160197 36 0 0 25 0 1 0 284607142 169631744 38104 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 41414 38104 139 317 0 41093 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 165656

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20165
/proc/meminfo: memFree=1680128/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=168296 CPUtime=1662.33
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 41776 0 0 0 166195 38 0 0 25 0 1 0 284607142 172335104 38811 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563397 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 42074 38811 139 317 0 41753 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 168296

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20165
/proc/meminfo: memFree=1677760/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=170516 CPUtime=1722.33
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 42396 0 0 0 172195 38 0 0 25 0 1 0 284607142 174608384 39398 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 42629 39398 139 317 0 42308 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 170516

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20165
/proc/meminfo: memFree=1675520/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=172744 CPUtime=1782.33
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 42951 0 0 0 178194 39 0 0 25 0 1 0 284607142 176889856 39953 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 43186 39953 139 317 0 42865 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 172744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20165
/proc/meminfo: memFree=1674880/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=173404 CPUtime=1800.03
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 43109 0 0 0 179964 39 0 0 25 0 1 0 284607142 177565696 40111 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 43351 40111 139 317 0 43030 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 173404

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

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

[startup+1800.11 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 20165
/proc/meminfo: memFree=1674880/2055920 swapFree=4148600/4192956
[pid=20162] ppid=20160 vsize=173404 CPUtime=1800.13
/proc/20162/stat : 20162 (oree) R 20160 20162 19483 0 -1 4194304 43109 0 0 0 179974 39 0 0 25 0 1 0 284607142 177565696 40111 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/20162/statm: 43351 40111 139 317 0 43030 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 173404

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.23
CPU user time (s): 1799.8
CPU system time (s): 0.425935
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 173404

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

runsolver used 1.66875 second user time and 4.46032 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat May  5 12:08:15 UTC 2007

IDJOB= 457127
IDBENCH= 48320
IDSOLVER= 172
FILE ID= node16/457127-1178366895

PBS_JOBID= 5188988

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_5_40.opb
COMMAND LINE= oree /tmp/evaluation/457127-1178366895/instance-457127-1178366895.opb mod           
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-457127-1178366895 -o ROOT/results/node16/conversion-457127-1178366895 -C 600 -M 1800 /tmp/evaluation/457127-1178366895/substituteSizeProductKeyword /tmp/evaluation/457127-1178366895/instance-457127-1178366895.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 51f0e1a06bbb15374571c5c5129b7f5e
MD5SUM BENCH=  9100923ff6d9c8d4da1b288858ed91b3

RANDOM SEED= 704440148

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1835736 kB
Buffers:         37544 kB
Cached:         107548 kB
SwapCached:      12192 kB
Active:         116680 kB
Inactive:        55020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835736 kB
SwapTotal:     4192956 kB
SwapFree:      4148600 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          33556 kB
Slab:            34064 kB
Committed_AS: 14131012 kB
PageTables:       1844 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 node16 on Sat May  5 12:38:17 UTC 2007