Trace number 1514896

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.07 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S1916972979-060.cnf
MD5SUMd29c11770d6610975a34617c3f7e4dcb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.011
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  90                                                   |
0.00/0.00	c |  Number of clauses:    1917                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1125599701.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.00/0.01	c |       102 |      90     1917     9585 |      702      102     22 |  0.012 % |
0.00/0.02	c |       252 |      90     1917     9585 |      773      252     21 |  0.012 % |
0.00/0.02	c |       477 |      90     1917     9585 |      850      477     20 |  0.012 % |
0.00/0.04	c |       814 |      90     1917     9585 |      935      814     20 |  0.012 % |
0.00/0.05	c |      1320 |      90     1917     9585 |     1029      839     19 |  0.012 % |
0.00/0.07	c |      2079 |      90     1917     9585 |     1132      548     18 |  0.012 % |
0.09/0.11	c |      3219 |      90     1917     9585 |     1245     1113     19 |  0.012 % |
0.09/0.16	c |      4929 |      90     1917     9585 |     1369      922     18 |  0.012 % |
0.19/0.23	c |      7491 |      90     1917     9585 |     1506     1398     19 |  0.012 % |
0.29/0.35	c |     11335 |      90     1917     9585 |     1657     1422     19 |  0.012 % |
0.49/0.52	c |     17101 |      90     1917     9585 |     1823     1329     19 |  0.012 % |
0.69/0.80	c |     25751 |      90     1917     9585 |     2005     1681     18 |  0.012 % |
1.19/1.21	c |     38726 |      90     1917     9585 |     2206     1490     18 |  0.012 % |
1.79/1.86	c |     58187 |      90     1917     9585 |     2426     1982     19 |  0.012 % |
2.80/2.86	c |     87380 |      90     1917     9585 |     2669     1773     18 |  0.012 % |
4.40/4.43	c |    131170 |      90     1917     9585 |     2936     2441     19 |  0.012 % |
6.79/6.85	c |    196855 |      90     1917     9585 |     3229     1519     18 |  0.012 % |
10.49/10.59	c |    295382 |      90     1917     9585 |     3552     2494     17 |  0.012 % |
16.39/16.45	c |    443173 |      90     1917     9585 |     3908     1911     18 |  0.012 % |
25.48/25.52	c |    664856 |      90     1917     9585 |     4298     3403     19 |  0.012 % |
39.68/39.72	c |    997382 |      90     1917     9585 |     4728     3264     18 |  0.012 % |
61.97/62.08	c |   1496170 |      90     1917     9585 |     5201     3183     17 |  0.012 % |
96.67/96.70	c |   2244353 |      90     1917     9585 |     5721     4448     17 |  0.012 % |
151.44/151.53	c |   3366627 |      90     1917     9585 |     6293     3975     18 |  0.012 % |
237.32/237.48	c |   5050039 |      90     1917     9585 |     6923     4361     19 |  0.012 % |
372.49/372.62	c |   7575155 |      90     1917     9585 |     7615     5253     18 |  0.012 % |
586.03/586.28	c |  11362832 |      90     1917     9585 |     8377     5202     17 |  0.012 % |
922.23/922.58	c |  17044344 |      90     1917     9585 |     9215     5868     17 |  0.013 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1514896-1238246295/watcher-1514896-1238246295 -o /tmp/evaluation-result-1514896-1238246295/solver-1514896-1238246295 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1125599701 HOME/instance-1514896-1238246295.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/80 758
/proc/meminfo: memFree=1841940/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=2540 CPUtime=0
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 240 0 0 0 0 0 0 0 20 0 1 0 1097293208 2600960 225 1992294400 4194304 5102648 548682068784 18446744073709551615 4273291 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 635 225 98 221 0 411 0

[startup+0.0114489 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 758
/proc/meminfo: memFree=1841940/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=2520 CPUtime=0
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 250 0 0 0 0 0 0 0 20 0 1 0 1097293208 2580480 235 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 630 235 100 221 0 406 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2520

[startup+0.101459 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 758
/proc/meminfo: memFree=1841940/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=2520 CPUtime=0.09
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 269 0 0 0 9 0 0 0 20 0 1 0 1097293208 2580480 254 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 630 254 109 221 0 406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2520

[startup+0.301478 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 758
/proc/meminfo: memFree=1841940/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=2652 CPUtime=0.29
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 302 0 0 0 29 0 0 0 22 0 1 0 1097293208 2715648 287 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 663 287 109 221 0 439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2652

[startup+0.70152 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 758
/proc/meminfo: memFree=1841940/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=2784 CPUtime=0.69
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 333 0 0 0 69 0 0 0 25 0 1 0 1097293208 2850816 318 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 696 318 109 221 0 472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2784

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1840908/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=3048 CPUtime=1.49
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 379 0 0 0 149 0 0 0 25 0 1 0 1097293208 3121152 364 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 762 364 109 221 0 538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3048

[startup+3.10477 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1840588/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=3316 CPUtime=3.1
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 439 0 0 0 310 0 0 0 25 0 1 0 1097293208 3395584 424 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 829 424 109 221 0 605 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3316

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1840268/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=3452 CPUtime=6.29
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 491 0 0 0 629 0 0 0 25 0 1 0 1097293208 3534848 476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 863 476 109 221 0 639 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3452

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1839756/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=3728 CPUtime=12.69
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 570 0 0 0 1269 0 0 0 25 0 1 0 1097293208 3817472 555 1992294400 4194304 5102648 548682068784 18446744073709551615 4249913 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 932 555 109 221 0 708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3728

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1839436/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=4144 CPUtime=25.48
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 652 0 0 0 2548 0 0 0 25 0 1 0 1097293208 4243456 637 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1036 637 109 221 0 812 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4144

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1838860/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=4712 CPUtime=51.07
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 792 0 0 0 5107 0 0 0 25 0 1 0 1097293208 4825088 777 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1178 777 109 221 0 954 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4712

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1838284/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=5124 CPUtime=102.26
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 908 0 0 0 10226 0 0 0 25 0 1 0 1097293208 5246976 893 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1281 893 109 221 0 1057 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5124

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1837580/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=5836 CPUtime=162.24
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1064 0 0 0 16224 0 0 0 25 0 1 0 1097293208 5976064 1049 1992294400 4194304 5102648 548682068784 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1459 1049 109 221 0 1235 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5836

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1837260/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6116 CPUtime=222.23
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1127 0 0 0 22223 0 0 0 25 0 1 0 1097293208 6262784 1112 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1529 1112 109 221 0 1305 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6116

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1837068/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6396 CPUtime=282.21
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1179 0 0 0 28221 0 0 0 25 0 1 0 1097293208 6549504 1164 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1599 1164 109 221 0 1375 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6396

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836940/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6536 CPUtime=342.19
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1221 0 0 0 34219 0 0 0 25 0 1 0 1097293208 6692864 1206 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1634 1206 109 221 0 1410 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 6536

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836876/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6692 CPUtime=402.17
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1260 0 0 0 40217 0 0 0 25 0 1 0 1097293208 6852608 1245 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1673 1245 109 221 0 1449 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 6692

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836748/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6692 CPUtime=462.16
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1269 0 0 0 46216 0 0 0 25 0 1 0 1097293208 6852608 1254 1992294400 4194304 5102648 548682068784 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1673 1254 109 221 0 1449 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 6692

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836620/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6860 CPUtime=522.14
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1295 0 0 0 52214 0 0 0 25 0 1 0 1097293208 7024640 1280 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1715 1280 109 221 0 1491 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 6860

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836492/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=6860 CPUtime=582.12
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1324 0 0 0 58212 0 0 0 25 0 1 0 1097293208 7024640 1309 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1715 1309 109 221 0 1491 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 6860

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836108/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=7252 CPUtime=642.11
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1403 0 0 0 64211 0 0 0 25 0 1 0 1097293208 7426048 1388 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1813 1388 109 221 0 1589 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 7252

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1836044/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=7420 CPUtime=702.09
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1413 0 0 0 70209 0 0 0 25 0 1 0 1097293208 7598080 1398 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1855 1398 109 221 0 1631 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 7420

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1835788/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=7588 CPUtime=762.08
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1457 0 0 0 76208 0 0 0 25 0 1 0 1097293208 7770112 1442 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1897 1442 109 221 0 1673 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 7588

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1835724/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=7588 CPUtime=822.06
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1476 0 0 0 82206 0 0 0 25 0 1 0 1097293208 7770112 1461 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1897 1461 109 221 0 1673 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 7588

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1835468/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=7756 CPUtime=882.04
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1513 0 0 0 88204 0 0 0 25 0 1 0 1097293208 7942144 1498 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1939 1498 109 221 0 1715 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 7756

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1835404/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=7924 CPUtime=942.02
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1525 0 0 0 94202 0 0 0 25 0 1 0 1097293208 8114176 1510 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 1981 1510 109 221 0 1757 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 7924

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1835340/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=8092 CPUtime=1002.01
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1566 0 0 0 100201 0 0 0 25 0 1 0 1097293208 8286208 1551 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 2023 1551 109 221 0 1799 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 8092

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1835148/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=8264 CPUtime=1061.99
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1607 0 0 0 106199 0 0 0 25 0 1 0 1097293208 8462336 1592 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 2066 1592 109 221 0 1842 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 8264

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1834956/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=8432 CPUtime=1121.97
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1652 0 0 0 112197 0 0 0 25 0 1 0 1097293208 8634368 1637 1992294400 4194304 5102648 548682068784 18446744073709551615 4249728 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 2108 1637 109 221 0 1884 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 8432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1834828/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=8432 CPUtime=1181.96
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1666 0 0 0 118196 0 0 0 25 0 1 0 1097293208 8634368 1651 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 2108 1651 109 221 0 1884 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 8432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 759
/proc/meminfo: memFree=1834828/2055920 swapFree=4163576/4192956
[pid=758] ppid=756 vsize=8432 CPUtime=1200.06
/proc/758/stat : 758 (varsat-industri) R 756 758 457 0 -1 4194304 1667 0 0 0 120006 0 0 0 25 0 1 0 1097293208 8634368 1652 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/758/statm: 2108 1652 109 221 0 1884 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 8432

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.41
CPU time (s): 1200.07
CPU user time (s): 1200.06
CPU system time (s): 0.005999
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 8432

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

runsolver used 1.55276 second user time and 3.9394 second system time

The end

Launcher Data

Begin job on node90 at 2009-03-28 14:18:16
IDJOB=1514896
IDBENCH=70384
IDSOLVER=538
FILE ID=node90/1514896-1238246295
PBS_JOBID= 9060695
Free space on /tmp= 66456 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S1916972979-060.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1514896-1238246295/watcher-1514896-1238246295 -o /tmp/evaluation-result-1514896-1238246295/solver-1514896-1238246295 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1125599701 HOME/instance-1514896-1238246295.cnf

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

MD5SUM BENCH= d29c11770d6610975a34617c3f7e4dcb
RANDOM SEED=1125599701

node90.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.234
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.234
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:       1842420 kB
Buffers:         41092 kB
Cached:         101064 kB
SwapCached:      18936 kB
Active:         106952 kB
Inactive:        55712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842420 kB
SwapTotal:     4192956 kB
SwapFree:      4163576 kB
Dirty:            1056 kB
Writeback:           0 kB
Mapped:          25708 kB
Slab:            35168 kB
Committed_AS:  2501856 kB
PageTables:       2668 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= 66456 MiB
End job on node90 at 2009-03-28 14:38:18