Trace number 349092

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
minisat+ 1.14? (TO) 1800.08 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-1-c.opb
MD5SUM7d3927082349ded13241d71256bbcafb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2630
Total number of constraints6569
Number of constraints which are clauses6569
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2630
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2630
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2630
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.10/0.19	c Converting 6569 PB-constraints to clauses...
0.10/0.19	c   -- Unit propagations: (none)
0.10/0.19	c   -- Detecting intervals from adjacent constraints: (none)
0.10/0.19	c   -- Clauses(.)/Splits(s): .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.19/0.21	c ==================================[MINISAT+]==================================
0.19/0.21	c | Conflicts | Original         | Learnt                           | Progress |
0.19/0.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |    6569    18020 |    2189       0        0     nan |  0.000 % |
0.19/0.23	c |       100 |    6569    18020 |    2407     100     3667    36.7 |  0.004 % |
0.19/0.25	c |       251 |    6569    18020 |    2648     251     9998    39.8 |  0.000 % |
0.19/0.29	c |       477 |    6569    18020 |    2913     477    19389    40.6 |  0.000 % |
0.29/0.34	c |       814 |    6569    18020 |    3204     814    28997    35.6 |  0.000 % |
0.39/0.42	c |      1320 |    6569    18020 |    3525    1320    43427    32.9 |  0.000 % |
0.49/0.57	c |      2079 |    6562    18004 |    3877    2077    64872    31.2 |  0.076 % |
0.79/0.82	c |      3218 |    6562    18004 |    4265    3216    92939    28.9 |  0.076 % |
1.19/1.21	c |      4927 |    6562    18004 |    4692    2772    64097    23.1 |  0.076 % |
1.79/1.81	c |      7489 |    6562    18004 |    5161    2951    64576    21.9 |  0.076 % |
2.69/2.79	c |     11333 |    6562    18004 |    5677    4187    97402    23.3 |  0.076 % |
4.38/4.43	c |     17099 |    6562    18004 |    6245    4190    93186    22.2 |  0.076 % |
6.88/6.91	c |     25748 |    6562    18004 |    6870    3311    68434    20.7 |  0.076 % |
10.18/10.29	c |     38722 |    6562    18004 |    7557    5903   133047    22.5 |  0.076 % |
15.48/15.54	c |     58183 |    6562    18004 |    8312    6287   144714    23.0 |  0.076 % |
23.37/23.45	c |     87376 |    6562    18004 |    9143    6021   133526    22.2 |  0.076 % |
35.17/35.30	c |    131166 |    6562    18004 |   10058    8376   183814    21.9 |  0.076 % |
54.05/54.12	c |    196850 |    6562    18004 |   11064    8127   172744    21.3 |  0.076 % |
84.43/84.51	c |    295376 |    6562    18004 |   12170    6300   144154    22.9 |  0.076 % |
127.90/128.00	c |    443166 |    6562    18004 |   13387    6996   179583    25.7 |  0.076 % |
186.98/187.15	c |    664849 |    6562    18004 |   14726   13043   279106    21.4 |  0.076 % |
283.01/283.26	c |    997374 |    6562    18004 |   16199   12016   258198    21.5 |  0.076 % |
438.39/438.78	c |   1496163 |    6562    18004 |   17819   13850   346694    25.0 |  0.076 % |
672.66/673.13	c |   2244346 |    6562    18004 |   19600   17945   454933    25.4 |  0.076 % |
1001.36/1002.09	c |   3366621 |    6562    18004 |   21561   15682   315314    20.1 |  0.076 % |
1614.37/1615.45	c |   5050033 |    6562    18004 |   23717   18433   456109    24.7 |  0.076 % |
1800.07/1801.20	c 
1800.07/1801.20	c *** TERMINATED ***
1800.07/1801.20	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/349092-1176651413/instance-349092-1176651413.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node24/watcher-349092-1176651413 -o ROOT/results/node24/solver-349092-1176651413 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/349092-1176651413/minisat+ /tmp/evaluation/349092-1176651413/instance-349092-1176651413.opb 

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.78 0.95 0.98 3/77 27319
/proc/meminfo: memFree=1790280/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=1488 CPUtime=0
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 113059360 1523712 192 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 372 192 67 215 0 154 0

[startup+0.104144 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 27319
/proc/meminfo: memFree=1790280/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=2456 CPUtime=0.1
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 445 0 0 0 10 0 0 0 18 0 1 0 113059360 2514944 430 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 614 430 74 215 0 396 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2456

[startup+0.201154 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 27319
/proc/meminfo: memFree=1790280/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=3332 CPUtime=0.19
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 710 0 0 0 19 0 0 0 18 0 1 0 113059360 3411968 695 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 833 695 86 215 0 615 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3332

[startup+0.301164 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 27319
/proc/meminfo: memFree=1790280/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=3596 CPUtime=0.29
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 775 0 0 0 29 0 0 0 18 0 1 0 113059360 3682304 760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 899 760 102 215 0 681 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3596

[startup+0.701207 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 27319
/proc/meminfo: memFree=1790280/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=3596 CPUtime=0.69
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 775 0 0 0 69 0 0 0 21 0 1 0 113059360 3682304 760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576144 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 899 760 102 215 0 681 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3596

[startup+1.50129 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 27320
/proc/meminfo: memFree=1787584/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=3596 CPUtime=1.49
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 775 0 0 0 149 0 0 0 25 0 1 0 113059360 3682304 760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 899 760 102 215 0 681 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3596

[startup+3.10247 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 27320
/proc/meminfo: memFree=1787456/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=3600 CPUtime=3.09
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 784 0 0 0 309 0 0 0 25 0 1 0 113059360 3686400 769 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 900 769 102 215 0 682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3600

[startup+6.30181 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 27320
/proc/meminfo: memFree=1787072/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=3872 CPUtime=6.28
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 833 0 0 0 628 0 0 0 25 0 1 0 113059360 3964928 818 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 968 818 102 215 0 750 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3872

[startup+12.7015 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 27320
/proc/meminfo: memFree=1786816/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=4004 CPUtime=12.67
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 896 0 0 0 1267 0 0 0 25 0 1 0 113059360 4100096 881 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581159 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1001 881 102 215 0 783 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4004

[startup+25.5019 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 27320
/proc/meminfo: memFree=1786560/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=4412 CPUtime=25.47
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 975 0 0 0 2546 1 0 0 25 0 1 0 113059360 4517888 960 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1103 960 102 215 0 885 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4412

[startup+51.1017 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 27322
/proc/meminfo: memFree=1786112/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=4676 CPUtime=51.05
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1050 0 0 0 5104 1 0 0 25 0 1 0 113059360 4788224 1035 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1169 1035 102 215 0 951 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 4676

[startup+102.301 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 27322
/proc/meminfo: memFree=1785600/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=5352 CPUtime=102.22
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1199 0 0 0 10221 1 0 0 25 0 1 0 113059360 5480448 1184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1338 1184 102 215 0 1120 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 5352

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1785152/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=5776 CPUtime=162.18
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1296 0 0 0 16217 1 0 0 25 0 1 0 113059360 5914624 1281 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575881 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1444 1281 102 215 0 1226 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 5776

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1784576/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=6300 CPUtime=222.15
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1429 0 0 0 22213 2 0 0 25 0 1 0 113059360 6451200 1414 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1575 1414 102 215 0 1357 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 6300

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1784512/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=6300 CPUtime=282.11
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1446 0 0 0 28209 2 0 0 25 0 1 0 113059360 6451200 1431 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573188 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1575 1431 102 215 0 1357 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 6300

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1784128/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=6716 CPUtime=342.06
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1547 0 0 0 34204 2 0 0 25 0 1 0 113059360 6877184 1532 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581234 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1679 1532 102 215 0 1461 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 6716

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1783936/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=6872 CPUtime=402.02
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1575 0 0 0 40200 2 0 0 25 0 1 0 113059360 7036928 1560 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1718 1560 102 215 0 1500 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 6872

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1783616/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=7136 CPUtime=461.99
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1644 0 0 0 46196 3 0 0 25 0 1 0 113059360 7307264 1629 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1784 1629 102 215 0 1566 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 7136

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1783488/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=7268 CPUtime=521.95
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1677 0 0 0 52192 3 0 0 25 0 1 0 113059360 7442432 1662 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1817 1662 102 215 0 1599 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 7268

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1783424/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=7412 CPUtime=581.91
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1691 0 0 0 58188 3 0 0 25 0 1 0 113059360 7589888 1676 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1853 1676 102 215 0 1635 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 7412

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1783360/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=7412 CPUtime=641.87
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1694 0 0 0 64184 3 0 0 25 0 1 0 113059360 7589888 1679 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 1853 1679 102 215 0 1635 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 7412


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

[startup+882.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1782528/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8184 CPUtime=881.73
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1870 0 0 0 88170 3 0 0 25 0 1 0 113059360 8380416 1855 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2046 1855 102 215 0 1828 0
Current children cumulated CPU time (s) 881.73
Current children cumulated vsize (KiB) 8184

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1782528/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8184 CPUtime=941.69
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1882 0 0 0 94166 3 0 0 25 0 1 0 113059360 8380416 1867 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2046 1867 102 215 0 1828 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 8184

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1782464/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8184 CPUtime=1001.66
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1891 0 0 0 100162 4 0 0 25 0 1 0 113059360 8380416 1876 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2046 1876 102 215 0 1828 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 8184

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1782016/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8576 CPUtime=1061.63
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1988 0 0 0 106159 4 0 0 25 0 1 0 113059360 8781824 1973 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2144 1973 102 215 0 1926 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 8576

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1782016/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8716 CPUtime=1121.57
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1999 0 0 0 112153 4 0 0 25 0 1 0 113059360 8925184 1984 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2179 1984 102 215 0 1961 0
Current children cumulated CPU time (s) 1121.57
Current children cumulated vsize (KiB) 8716

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1781952/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8716 CPUtime=1181.52
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 1999 0 0 0 118148 4 0 0 25 0 1 0 113059360 8925184 1984 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580421 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2179 1984 102 215 0 1961 0
Current children cumulated CPU time (s) 1181.52
Current children cumulated vsize (KiB) 8716

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1781760/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8716 CPUtime=1241.48
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2010 0 0 0 124144 4 0 0 25 0 1 0 113059360 8925184 1995 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2179 1995 102 215 0 1961 0
Current children cumulated CPU time (s) 1241.48
Current children cumulated vsize (KiB) 8716

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1781760/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8716 CPUtime=1301.45
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2010 0 0 0 130141 4 0 0 25 0 1 0 113059360 8925184 1995 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2179 1995 102 215 0 1961 0
Current children cumulated CPU time (s) 1301.45
Current children cumulated vsize (KiB) 8716

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1781696/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8716 CPUtime=1361.41
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2013 0 0 0 136137 4 0 0 25 0 1 0 113059360 8925184 1998 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2179 1998 102 215 0 1961 0
Current children cumulated CPU time (s) 1361.41
Current children cumulated vsize (KiB) 8716

[startup+1422.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27322
/proc/meminfo: memFree=1781696/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8716 CPUtime=1421.38
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2016 0 0 0 142133 5 0 0 25 0 1 0 113059360 8925184 2001 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2179 2001 102 215 0 1961 0
Current children cumulated CPU time (s) 1421.38
Current children cumulated vsize (KiB) 8716

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 27486
/proc/meminfo: memFree=1780368/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8852 CPUtime=1481.34
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2034 0 0 0 148118 16 0 0 25 0 1 0 113059360 9064448 2019 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2213 2019 102 215 0 1995 0
Current children cumulated CPU time (s) 1481.34
Current children cumulated vsize (KiB) 8852

[startup+1542.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27520
/proc/meminfo: memFree=1781112/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8852 CPUtime=1541.3
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2040 0 0 0 154111 19 0 0 25 0 1 0 113059360 9064448 2025 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2213 2025 102 215 0 1995 0
Current children cumulated CPU time (s) 1541.3
Current children cumulated vsize (KiB) 8852

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27520
/proc/meminfo: memFree=1781176/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=8852 CPUtime=1601.26
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2040 0 0 0 160107 19 0 0 25 0 1 0 113059360 9064448 2025 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580250 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2213 2025 102 215 0 1995 0
Current children cumulated CPU time (s) 1601.26
Current children cumulated vsize (KiB) 8852

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27520
/proc/meminfo: memFree=1781048/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=9112 CPUtime=1661.24
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2124 0 0 0 166104 20 0 0 25 0 1 0 113059360 9330688 2109 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2278 2109 102 215 0 2060 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 9112

[startup+1722.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 27520
/proc/meminfo: memFree=1780984/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=9276 CPUtime=1721.2
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2151 0 0 0 172100 20 0 0 25 0 1 0 113059360 9498624 2136 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2319 2136 102 215 0 2101 0
Current children cumulated CPU time (s) 1721.2
Current children cumulated vsize (KiB) 9276

[startup+1782.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 27520
/proc/meminfo: memFree=1780920/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=9276 CPUtime=1781.18
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2151 0 0 0 178098 20 0 0 25 0 1 0 113059360 9498624 2136 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2319 2136 102 215 0 2101 0
Current children cumulated CPU time (s) 1781.18
Current children cumulated vsize (KiB) 9276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 27520
/proc/meminfo: memFree=1780920/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=9416 CPUtime=1800.07
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2160 0 0 0 179987 20 0 0 25 0 1 0 113059360 9641984 2145 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576132 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2354 2145 102 215 0 2136 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9416

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

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

[startup+1801.2 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 27520
/proc/meminfo: memFree=1780920/2055920 swapFree=4191880/4192956
[pid=27319] ppid=27317 vsize=9416 CPUtime=1800.07
/proc/27319/stat : 27319 (minisat+) R 27317 27319 27257 0 -1 4194304 2160 0 0 0 179987 20 0 0 25 0 1 0 113059360 9641984 2145 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576132 0 0 4096 16386 0 0 0 17 0 0 0
/proc/27319/statm: 2354 2145 102 215 0 2136 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9416

Child status: 0
Real time (s): 1801.21
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.204968
CPU usage (%): 99.9376
Max. virtual memory (cumulated for all children) (KiB): 9416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2161
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= 40
involuntary context switches= 38678

runsolver used 1.74273 second user time and 4.83526 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Apr 15 15:36:53 UTC 2007

IDJOB= 349092
IDBENCH= 2143
IDSOLVER= 156
FILE ID= node24/349092-1176651413

PBS_JOBID= 4559899

Free space on /tmp= 66561 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1-c.opb
COMMAND LINE= /tmp/evaluation/349092-1176651413/minisat+ /tmp/evaluation/349092-1176651413/instance-349092-1176651413.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node24/convwatcher-349092-1176651413 -o ROOT/results/node24/conversion-349092-1176651413 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/349092-1176651413/instance-349092-1176651413.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-349092-1176651413 -o ROOT/results/node24/solver-349092-1176651413 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/349092-1176651413/minisat+ /tmp/evaluation/349092-1176651413/instance-349092-1176651413.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  7d3927082349ded13241d71256bbcafb

RANDOM SEED= 981444289

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1790688 kB
Buffers:         27808 kB
Cached:         109152 kB
SwapCached:        264 kB
Active:          73004 kB
Inactive:       117956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790688 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          71260 kB
Slab:            59812 kB
Committed_AS:  1339948 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= 66561 MiB

End job on node24 on Sun Apr 15 16:06:57 UTC 2007