Trace number 1562594

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.09 1200.45

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_11_3_4_fbc.cnf
MD5SUM3f38c028c252f031e9505f68e48a880b
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 variables8713
Number of clauses129507
Sum of the clauses size394961
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240674
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  8713                                                 |
0.00/0.00	c |  Number of clauses:    129507                                               |
0.09/0.14	c |  Parsing time:         0.12         s                                       |
0.09/0.14	c |  Timeout:              43200 s
0.09/0.14	c |  Random Seed:          996780301.000000
0.09/0.14	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.14	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.14	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.14	c |                                                                             |
0.39/0.47	c ============================[ Search Statistics ]==============================
0.39/0.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.47	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.47	c ===============================================================================
0.39/0.47	c |         0 |    8709   124323   379425 |    41441        0    nan |  0.000 % |
0.69/0.71	c |       100 |    8709   124323   379425 |    45585      100    291 |  0.000 % |
0.89/0.96	c |       250 |    8709   124323   379425 |    50143      250    171 |  0.000 % |
1.19/1.25	c |       476 |    8709   124323   379425 |    55157      476    148 |  0.000 % |
1.59/1.67	c |       813 |    8709   124323   379425 |    60673      813    120 |  0.000 % |
2.10/2.11	c |      1319 |    8709   124323   379425 |    66741     1319    115 |  0.000 % |
2.59/2.66	c |      2078 |    8709   124323   379425 |    73415     2078    111 |  0.000 % |
3.20/3.30	c |      3218 |    8709   124323   379425 |    80756     3218    240 |  0.000 % |
4.40/4.41	c |      4926 |    8709   124323   379425 |    88832     4926    195 |  0.000 % |
5.99/6.10	c |      7488 |    8709   124323   379425 |    97715     7488    173 |  0.000 % |
8.58/8.60	c |     11332 |    8709   124323   379425 |   107487    11332    160 |  0.000 % |
12.89/12.92	c |     17100 |    8709   124323   379425 |   118236    17100    153 |  0.000 % |
19.48/19.55	c |     25749 |    8709   124323   379425 |   130059    25749    168 |  0.000 % |
31.58/31.60	c |     38723 |    8709   124323   379425 |   143065    38723    174 |  0.000 % |
55.58/55.65	c |     58184 |    8709   124323   379425 |   157372    58184    179 |  0.000 % |
101.56/101.62	c |     87378 |    8709   124323   379425 |   173109    87378    180 |  0.000 % |
191.34/191.43	c |    131168 |    8709   124323   379425 |   190420   131168    197 |  0.000 % |
359.99/360.14	c |    196853 |    8709   124323   379425 |   209462    33509    162 |  0.000 % |
533.64/533.84	c |    295381 |    8709   124323   379425 |   230408   132037    195 |  0.000 % |
900.53/900.83	c |    443172 |    8709   124323   379425 |   253449    78291    177 |  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-1562594-1238777372/watcher-1562594-1238777372 -o /tmp/evaluation-result-1562594-1238777372/solver-1562594-1238777372 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=996780301 HOME/instance-1562594-1238777372.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.00 1.00 1.00 3/73 4895
/proc/meminfo: memFree=1828064/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=3584 CPUtime=0
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 747 0 0 0 0 0 0 0 20 0 1 0 1150401784 3670016 732 1992294400 4194304 5102648 548682068784 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 896 733 82 221 0 672 0

[startup+0.0791869 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 4895
/proc/meminfo: memFree=1828064/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=13192 CPUtime=0.07
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 3014 0 0 0 6 1 0 0 20 0 1 0 1150401784 13508608 2967 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 3298 2968 87 221 0 3074 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13192

[startup+0.101187 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 4895
/proc/meminfo: memFree=1828064/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=15436 CPUtime=0.09
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 3667 0 0 0 7 2 0 0 20 0 1 0 1150401784 15806464 3620 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 3859 3620 87 221 0 3635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15436

[startup+0.301211 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 4895
/proc/meminfo: memFree=1828064/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=21432 CPUtime=0.29
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 5150 0 0 0 27 2 0 0 22 0 1 0 1150401784 21946368 5103 1992294400 4194304 5102648 548682068784 18446744073709551615 4283598 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 5358 5103 99 221 0 5134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21432

[startup+0.701257 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 4895
/proc/meminfo: memFree=1828064/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=20156 CPUtime=0.69
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 5397 0 0 0 66 3 0 0 25 0 1 0 1150401784 20639744 4819 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 5039 4819 103 221 0 4815 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20156

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1808920/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=20156 CPUtime=1.49
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 5409 0 0 0 146 3 0 0 25 0 1 0 1150401784 20639744 4831 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 5039 4831 115 221 0 4815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20156

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1808728/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=20156 CPUtime=3.09
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 5410 0 0 0 306 3 0 0 25 0 1 0 1150401784 20639744 4832 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 5039 4832 115 221 0 4815 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20156

[startup+6.30191 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1805912/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=23588 CPUtime=6.29
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 6289 0 0 0 625 4 0 0 25 0 1 0 1150401784 24154112 5711 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 5897 5711 115 221 0 5673 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23588

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1799000/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=30316 CPUtime=12.69
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 7963 0 0 0 1264 5 0 0 25 0 1 0 1150401784 31043584 7385 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 7579 7385 115 221 0 7355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30316

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1783576/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=45500 CPUtime=25.48
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 11731 0 0 0 2541 7 0 0 25 0 1 0 1150401784 46592000 11153 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 11375 11153 115 221 0 11151 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45500

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1761304/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=68060 CPUtime=51.08
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 17399 0 0 0 5097 11 0 0 25 0 1 0 1150401784 69693440 16821 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 17015 16821 115 221 0 16791 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68060

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1729880/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=98744 CPUtime=102.26
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 25071 0 0 0 10209 17 0 0 25 0 1 0 1150401784 101113856 24493 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 24686 24493 115 221 0 24462 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 98744

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4896
/proc/meminfo: memFree=1698328/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=130472 CPUtime=162.24
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 32973 0 0 0 16199 25 0 0 25 0 1 0 1150401784 133603328 32395 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 32618 32395 115 221 0 32394 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 130472

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1666904/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=162104 CPUtime=222.23
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 40798 0 0 0 22190 33 0 0 25 0 1 0 1150401784 165994496 40220 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 40526 40220 115 221 0 40302 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 162104

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1639384/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=189864 CPUtime=282.2
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 47784 0 0 0 28182 38 0 0 25 0 1 0 1150401784 194420736 47206 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 47466 47206 115 221 0 47242 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 189864

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1615960/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=212600 CPUtime=342.18
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 53480 0 0 0 34175 43 0 0 25 0 1 0 1150401784 217702400 52902 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 53150 52902 115 221 0 52926 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 212600

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1610392/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=217900 CPUtime=402.17
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 54837 0 0 0 40171 46 0 0 25 0 1 0 1150401784 223129600 54259 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 54475 54259 115 221 0 54251 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 217900

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1610392/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=217900 CPUtime=462.16
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 54837 0 0 0 46170 46 0 0 25 0 1 0 1150401784 223129600 54259 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 54475 54259 115 221 0 54251 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 217900

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1610328/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=217900 CPUtime=522.14
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 54837 0 0 0 52168 46 0 0 25 0 1 0 1150401784 223129600 54259 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 54475 54259 115 221 0 54251 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 217900

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1610264/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=217900 CPUtime=582.12
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 54837 0 0 0 58166 46 0 0 25 0 1 0 1150401784 223129600 54259 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 54475 54259 115 221 0 54251 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 217900

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4897
/proc/meminfo: memFree=1610264/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=217900 CPUtime=642.11
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 54837 0 0 0 64165 46 0 0 25 0 1 0 1150401784 223129600 54259 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 54475 54259 115 221 0 54251 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 217900

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1601488/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=226824 CPUtime=702.07
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 57066 0 0 0 70160 47 0 0 25 0 1 0 1150401784 232267776 56488 1992294400 4194304 5102648 548682068784 18446744073709551615 4228023 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 56706 56488 115 221 0 56482 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 226824

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1579152/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=249840 CPUtime=762.06
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 62624 0 0 0 76154 52 0 0 25 0 1 0 1150401784 255836160 62046 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 62460 62046 115 221 0 62236 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 249840

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1553872/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=274920 CPUtime=822.04
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 68926 0 0 0 82147 57 0 0 25 0 1 0 1150401784 281518080 68348 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 68730 68348 115 221 0 68506 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 274920

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1549072/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=882.03
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70063 0 0 0 88145 58 0 0 25 0 1 0 1150401784 286138368 69485 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69485 115 221 0 69634 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 279432

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1549072/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=942.01
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70063 0 0 0 94143 58 0 0 25 0 1 0 1150401784 286138368 69485 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69485 115 221 0 69634 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 279432

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1549016/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=1001.99
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70063 0 0 0 100141 58 0 0 25 0 1 0 1150401784 286138368 69485 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69485 115 221 0 69634 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 279432

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1549016/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=1061.97
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70063 0 0 0 106139 58 0 0 25 0 1 0 1150401784 286138368 69485 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69485 115 221 0 69634 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 279432

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1549016/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=1121.96
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70064 0 0 0 112138 58 0 0 25 0 1 0 1150401784 286138368 69486 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69486 115 221 0 69634 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 279432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1548952/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=1181.94
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70064 0 0 0 118136 58 0 0 25 0 1 0 1150401784 286138368 69486 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69486 115 221 0 69634 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 279432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 4903
/proc/meminfo: memFree=1548952/2055920 swapFree=4175408/4192956
[pid=4895] ppid=4893 vsize=279432 CPUtime=1200.04
/proc/4895/stat : 4895 (varsat-industri) R 4893 4895 4355 0 -1 4194304 70065 0 0 0 119946 58 0 0 25 0 1 0 1150401784 286138368 69487 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4895/statm: 69858 69487 115 221 0 69634 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 279432

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.09
CPU user time (s): 1199.46
CPU system time (s): 0.626904
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 279432

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

runsolver used 1.20982 second user time and 3.16752 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-03 18:49:33
IDJOB=1562594
IDBENCH=70937
IDSOLVER=538
FILE ID=node77/1562594-1238777372
PBS_JOBID= 9085518
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 3f38c028c252f031e9505f68e48a880b
RANDOM SEED=996780301

node77.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.230
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.230
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1828480 kB
Buffers:         21424 kB
Cached:         128408 kB
SwapCached:       8948 kB
Active:          33368 kB
Inactive:       126988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828480 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:          16324 kB
Slab:            52248 kB
Committed_AS:  3027836 kB
PageTables:       1984 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= 66548 MiB
End job on node77 at 2009-04-03 19:09:35