Trace number 1562542

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
VARSAT-industrial 2009-03-22? (TO) 1200.11 1200.58

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_12_2_4_fbc.cnf
MD5SUM9fee570f53de23cb47dfa378d421371e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses202912
Sum of the clauses size618320
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 264604
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  12584                                                |
0.00/0.00	c |  Number of clauses:    202912                                               |
0.19/0.25	c |  Parsing time:         0.22         s                                       |
0.19/0.25	c |  Timeout:              43200 s
0.19/0.25	c |  Random Seed:          867640329.000000
0.19/0.25	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.19/0.25	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.25	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.25	c |                                                                             |
0.69/0.78	c ============================[ Search Statistics ]==============================
0.69/0.78	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.78	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.78	c ===============================================================================
0.69/0.78	c |         0 |   12534   194023   591759 |    64674        0    nan |  0.000 % |
1.09/1.13	c |       102 |   12534   194023   591759 |    71141      102    464 |  0.000 % |
1.39/1.48	c |       252 |   12534   194023   591759 |    78255      252    300 |  0.000 % |
1.89/1.92	c |       478 |   12534   194023   591759 |    86081      478    212 |  0.000 % |
2.19/2.29	c |       816 |   12534   194023   591759 |    94689      816    214 |  0.000 % |
2.78/2.87	c |      1322 |   12534   194023   591759 |   104158     1322    171 |  0.000 % |
3.68/3.75	c |      2083 |   12534   194023   591759 |   114574     2083    153 |  0.000 % |
5.08/5.12	c |      3222 |   12534   194023   591759 |   126031     3222    142 |  0.000 % |
6.99/7.00	c |      4930 |   12534   194023   591759 |   138635     4930    139 |  0.000 % |
9.18/9.26	c |      7492 |   12534   194023   591759 |   152498     7492    160 |  0.000 % |
13.18/13.28	c |     11337 |   12534   194023   591759 |   167748    11337    156 |  0.000 % |
18.09/18.20	c |     17105 |   12534   194023   591759 |   184523    17105    194 |  0.000 % |
27.78/27.83	c |     25754 |   12534   194023   591759 |   202975    25754    190 |  0.000 % |
44.76/44.80	c |     38729 |   12534   194023   591759 |   223273    38729    194 |  0.000 % |
75.65/75.79	c |     58191 |   12534   194023   591759 |   245600    58191    202 |  0.000 % |
130.03/130.13	c |     87383 |   12534   194023   591759 |   270160    87383    209 |  0.000 % |
237.09/237.26	c |    131174 |   12534   194023   591759 |   297176   131174    247 |  0.000 % |
476.50/476.75	c |    196859 |   12534   194023   591759 |   326894   196859    260 |  0.000 % |
967.21/967.68	c |    295385 |   12534   194023   591759 |   359583   295385    282 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1562542-1238776497/watcher-1562542-1238776497 -o /tmp/evaluation-result-1562542-1238776497/solver-1562542-1238776497 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=867640329 HOME/instance-1562542-1238776497.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.94 1.90 1.53 3/64 32366
/proc/meminfo: memFree=1737808/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=3392 CPUtime=0
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 695 0 0 0 0 0 0 0 18 0 1 0 1150310708 3473408 680 1992294400 4194304 5102648 548682068768 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 848 682 82 221 0 624 0

[startup+0.097308 s]
/proc/loadavg: 1.94 1.90 1.53 3/64 32366
/proc/meminfo: memFree=1737808/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=14852 CPUtime=0.09
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 3415 0 0 0 8 1 0 0 18 0 1 0 1150310708 15208448 3368 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 3713 3369 87 221 0 3489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14852

[startup+0.102308 s]
/proc/loadavg: 1.94 1.90 1.53 3/64 32366
/proc/meminfo: memFree=1737808/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=15380 CPUtime=0.09
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 3548 0 0 0 8 1 0 0 18 0 1 0 1150310708 15749120 3501 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 3845 3502 87 221 0 3621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15380

[startup+0.301351 s]
/proc/loadavg: 1.94 1.90 1.53 3/64 32366
/proc/meminfo: memFree=1737808/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=31708 CPUtime=0.29
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 7696 0 0 0 27 2 0 0 19 0 1 0 1150310708 32468992 7649 1992294400 4194304 5102648 548682068768 18446744073709551615 4226118 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 7927 7649 98 221 0 7703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31708

[startup+0.701437 s]
/proc/loadavg: 1.94 1.90 1.53 3/64 32366
/proc/meminfo: memFree=1737808/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=33732 CPUtime=0.69
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 8100 0 0 0 67 2 0 0 22 0 1 0 1150310708 34541568 8053 1992294400 4194304 5102648 548682068768 18446744073709551615 4273159 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 8433 8053 100 221 0 8209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33732

[startup+1.50161 s]
/proc/loadavg: 1.94 1.90 1.53 2/65 32367
/proc/meminfo: memFree=1709000/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=29896 CPUtime=1.49
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 8122 0 0 0 147 2 0 0 25 0 1 0 1150310708 30613504 7246 1992294400 4194304 5102648 548682068768 18446744073709551615 4242253 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 7474 7246 115 221 0 7250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29896

[startup+3.10195 s]
/proc/loadavg: 1.94 1.90 1.53 2/65 32367
/proc/meminfo: memFree=1708872/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=29896 CPUtime=3.08
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 8122 0 0 0 306 2 0 0 25 0 1 0 1150310708 30613504 7246 1992294400 4194304 5102648 548682068768 18446744073709551615 4214253 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 7474 7246 115 221 0 7250 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29896

[startup+6.30164 s]
/proc/loadavg: 1.87 1.88 1.53 2/65 32367
/proc/meminfo: memFree=1708872/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=29896 CPUtime=6.29
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 8122 0 0 0 626 3 0 0 25 0 1 0 1150310708 30613504 7246 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 7474 7246 115 221 0 7250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29896

[startup+12.702 s]
/proc/loadavg: 1.80 1.87 1.53 2/65 32367
/proc/meminfo: memFree=1705736/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=33508 CPUtime=12.68
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 9044 0 0 0 1265 3 0 0 25 0 1 0 1150310708 34312192 8168 1992294400 4194304 5102648 548682068768 18446744073709551615 4250327 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 8377 8168 115 221 0 8153 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33508

[startup+25.5018 s]
/proc/loadavg: 1.62 1.83 1.52 2/65 32367
/proc/meminfo: memFree=1690760/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=48268 CPUtime=25.48
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 12708 0 0 0 2542 6 0 0 25 0 1 0 1150310708 49426432 11832 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 12067 11832 115 221 0 11843 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48268

[startup+51.1023 s]
/proc/loadavg: 1.41 1.76 1.50 2/65 32367
/proc/meminfo: memFree=1667592/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=71572 CPUtime=51.06
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 18527 0 0 0 5096 10 0 0 25 0 1 0 1150310708 73289728 17651 1992294400 4194304 5102648 548682068768 18446744073709551615 4227938 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 17893 17651 115 221 0 17669 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71572

[startup+102.304 s]
/proc/loadavg: 1.17 1.64 1.47 2/65 32367
/proc/meminfo: memFree=1637768/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=101116 CPUtime=102.25
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 25910 0 0 0 10209 16 0 0 25 0 1 0 1150310708 103542784 25034 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 25279 25034 115 221 0 25055 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 101116

[startup+162.301 s]
/proc/loadavg: 1.06 1.52 1.44 2/65 32367
/proc/meminfo: memFree=1600904/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=138176 CPUtime=162.23
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 35134 0 0 0 16199 24 0 0 25 0 1 0 1150310708 141492224 34258 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 34544 34258 115 221 0 34320 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 138176

[startup+222.301 s]
/proc/loadavg: 1.02 1.42 1.41 2/65 32367
/proc/meminfo: memFree=1555592/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=183124 CPUtime=222.2
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 46383 0 0 0 22188 32 0 0 25 0 1 0 1150310708 187518976 45507 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 45781 45507 115 221 0 45557 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 183124

[startup+282.301 s]
/proc/loadavg: 1.01 1.34 1.38 2/65 32367
/proc/meminfo: memFree=1526344/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=213036 CPUtime=282.18
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 53758 0 0 0 28180 38 0 0 25 0 1 0 1150310708 218148864 52882 1992294400 4194304 5102648 548682068768 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 53259 52882 115 221 0 53035 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 213036

[startup+342.302 s]
/proc/loadavg: 1.00 1.28 1.35 2/65 32367
/proc/meminfo: memFree=1504776/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=234968 CPUtime=342.16
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 59249 0 0 0 34173 43 0 0 25 0 1 0 1150310708 240607232 58373 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 58742 58373 115 221 0 58518 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 234968

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.33 2/65 32367
/proc/meminfo: memFree=1482632/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=256356 CPUtime=402.13
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 64608 0 0 0 40165 48 0 0 25 0 1 0 1150310708 262508544 63732 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 64089 63732 115 221 0 63865 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 256356

[startup+462.302 s]
/proc/loadavg: 1.00 1.18 1.31 2/65 32367
/proc/meminfo: memFree=1460104/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=278804 CPUtime=462.11
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 70194 0 0 0 46158 53 0 0 25 0 1 0 1150310708 285495296 69318 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 69701 69318 115 221 0 69477 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 278804

[startup+522.302 s]
/proc/loadavg: 1.00 1.15 1.28 2/65 32367
/proc/meminfo: memFree=1435400/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=304252 CPUtime=522.08
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 76344 0 0 0 52151 57 0 0 25 0 1 0 1150310708 311554048 75468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 76063 75468 115 221 0 75839 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 304252

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.26 2/65 32367
/proc/meminfo: memFree=1413640/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=325928 CPUtime=582.05
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 81779 0 0 0 58143 62 0 0 25 0 1 0 1150310708 333750272 80903 1992294400 4194304 5102648 548682068768 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 81482 80903 115 221 0 81258 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 325928

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.25 2/65 32367
/proc/meminfo: memFree=1394568/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=344880 CPUtime=642.04
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 86510 0 0 0 64139 65 0 0 25 0 1 0 1150310708 353157120 85634 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 86220 85634 115 221 0 85996 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 344880

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.23 2/65 32367
/proc/meminfo: memFree=1377096/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=362428 CPUtime=702.01
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 90889 0 0 0 70133 68 0 0 25 0 1 0 1150310708 371126272 90013 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 90607 90013 115 221 0 90383 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 362428

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.21 2/65 32367
/proc/meminfo: memFree=1352776/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=386708 CPUtime=761.99
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 96978 0 0 0 76126 73 0 0 25 0 1 0 1150310708 395988992 96102 1992294400 4194304 5102648 548682068768 18446744073709551615 4228851 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 96677 96102 115 221 0 96453 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 386708

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.19 2/65 32367
/proc/meminfo: memFree=1335176/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=404452 CPUtime=821.96
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 101379 0 0 0 82120 76 0 0 25 0 1 0 1150310708 414158848 100503 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 101113 100503 115 221 0 100889 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 404452

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.18 2/65 32367
/proc/meminfo: memFree=1318152/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=421132 CPUtime=881.94
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 105558 0 0 0 88114 80 0 0 25 0 1 0 1150310708 431239168 104682 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 105283 104682 115 221 0 105059 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 421132

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.17 2/65 32369
/proc/meminfo: memFree=1304264/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=435044 CPUtime=941.92
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 109030 0 0 0 94108 84 0 0 25 0 1 0 1150310708 445485056 108154 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 108761 108154 115 221 0 108537 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 435044

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/65 32369
/proc/meminfo: memFree=1288968/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=450324 CPUtime=1001.89
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 112849 0 0 0 100102 87 0 0 25 0 1 0 1150310708 461131776 111973 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 112581 111973 115 221 0 112357 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 450324

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 32369
/proc/meminfo: memFree=1273160/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=467248 CPUtime=1061.87
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 116746 0 0 0 106097 90 0 0 25 0 1 0 1150310708 478461952 115870 1992294400 4194304 5102648 548682068768 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 116812 115870 115 221 0 116588 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 467248

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 32369
/proc/meminfo: memFree=1258568/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=481784 CPUtime=1121.84
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 120406 0 0 0 112091 93 0 0 25 0 1 0 1150310708 493346816 119530 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 120446 119530 115 221 0 120222 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 481784

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 32369
/proc/meminfo: memFree=1246472/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=494124 CPUtime=1181.82
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 123465 0 0 0 118086 96 0 0 25 0 1 0 1150310708 505982976 122589 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 123531 122589 115 221 0 123307 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 494124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 32369
/proc/meminfo: memFree=1242376/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=497944 CPUtime=1200.02
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 124421 0 0 0 119905 97 0 0 25 0 1 0 1150310708 509894656 123545 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 124486 123545 115 221 0 124262 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 497944

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 32369
/proc/meminfo: memFree=1242376/2055920 swapFree=4177960/4192956
[pid=32366] ppid=32364 vsize=497944 CPUtime=1200.02
/proc/32366/stat : 32366 (varsat-industri) R 32364 32366 31935 0 -1 4194304 124421 0 0 0 119905 97 0 0 25 0 1 0 1150310708 509894656 123545 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32366/statm: 124486 123545 115 221 0 124262 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 497944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.11
CPU user time (s): 1199.06
CPU system time (s): 1.04884
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 497944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.06
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124421
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= 2
involuntary context switches= 2170

runsolver used 1.2858 second user time and 2.68059 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-03 18:34:57
IDJOB=1562542
IDBENCH=70936
IDSOLVER=538
FILE ID=node71/1562542-1238776497
PBS_JOBID= 9085554
Free space on /tmp= 66548 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/edgematching/fbcolors/em_12_2_4_fbc.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562542-1238776497/watcher-1562542-1238776497 -o /tmp/evaluation-result-1562542-1238776497/solver-1562542-1238776497 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=867640329 HOME/instance-1562542-1238776497.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9fee570f53de23cb47dfa378d421371e
RANDOM SEED=867640329

node71.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.270
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.270
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:       1738224 kB
Buffers:         42012 kB
Cached:         197020 kB
SwapCached:       9032 kB
Active:         136008 kB
Inactive:       113720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738224 kB
SwapTotal:     4192956 kB
SwapFree:      4177960 kB
Dirty:            5168 kB
Writeback:           0 kB
Mapped:          16356 kB
Slab:            53912 kB
Committed_AS:  2590420 kB
PageTables:       1444 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= 66544 MiB
End job on node71 at 2009-04-03 18:55:00