Trace number 1516192

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.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S2058039218-006.cnf
MD5SUM89d430115ed57f7d5b6a0f9a2181e3b8
Bench CategoryRANDOM (random 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 variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56675

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  75                                                   |
0.00/0.00	c |  Number of clauses:    6675                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1980497016.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.16	c ============================[ Search Statistics ]==============================
0.09/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	c ===============================================================================
0.09/0.16	c |         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
0.09/0.18	c |       101 |      75     6675    46725 |     2447      101     28 |  0.018 % |
0.19/0.21	c |       251 |      75     6675    46725 |     2692      251     26 |  0.018 % |
0.19/0.24	c |       476 |      75     6675    46725 |     2961      476     26 |  0.018 % |
0.19/0.27	c |       813 |      75     6675    46725 |     3257      813     26 |  0.018 % |
0.29/0.32	c |      1319 |      75     6675    46725 |     3583     1319     26 |  0.018 % |
0.29/0.38	c |      2079 |      75     6675    46725 |     3941     2079     26 |  0.018 % |
0.39/0.46	c |      3220 |      75     6675    46725 |     4335     3220     26 |  0.018 % |
0.49/0.58	c |      4929 |      75     6675    46725 |     4769     2743     25 |  0.018 % |
0.69/0.75	c |      7491 |      75     6675    46725 |     5246     2906     25 |  0.018 % |
0.99/1.00	c |     11338 |      75     6675    46725 |     5771     4114     26 |  0.018 % |
1.29/1.39	c |     17104 |      75     6675    46725 |     6348     4077     26 |  0.018 % |
1.89/1.97	c |     25755 |      75     6675    46725 |     6983     6349     25 |  0.018 % |
2.89/2.90	c |     38730 |      75     6675    46725 |     7681     5288     25 |  0.018 % |
4.29/4.34	c |     58192 |      75     6675    46725 |     8449     5466     25 |  0.018 % |
6.49/6.59	c |     87384 |      75     6675    46725 |     9294     4964     24 |  0.018 % |
9.99/10.09	c |    131173 |      75     6675    46725 |    10223     6783     25 |  0.018 % |
15.69/15.73	c |    196857 |      75     6675    46725 |    11246     5798     24 |  0.018 % |
24.68/24.74	c |    295384 |      75     6675    46725 |    12370     8459     25 |  0.018 % |
39.18/39.27	c |    443174 |      75     6675    46725 |    13607     7443     25 |  0.018 % |
62.27/62.30	c |    664859 |      75     6675    46725 |    14968    10929     24 |  0.018 % |
100.17/100.28	c |    997387 |      75     6675    46725 |    16465    13489     24 |  0.018 % |
161.55/161.65	c |   1496175 |      75     6675    46725 |    18112     9160     24 |  0.018 % |
260.12/260.28	c |   2244357 |      75     6675    46725 |    19923    13512     24 |  0.018 % |
424.28/424.45	c |   3366633 |      75     6675    46725 |    21915    18417     24 |  0.018 % |
695.41/695.63	c |   5050044 |      75     6675    46725 |    24107    12096     24 |  0.018 % |
1140.99/1141.32	c |   7575161 |      75     6675    46725 |    26517    22803     23 |  0.018 % |

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-1516192-1238265915/watcher-1516192-1238265915 -o /tmp/evaluation-result-1516192-1238265915/solver-1516192-1238265915 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1980497016 HOME/instance-1516192-1238265915.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: 0.99 0.98 0.99 3/73 12067
/proc/meminfo: memFree=1640696/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=2676 CPUtime=0
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 1099256299 2740224 297 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 669 300 87 221 0 445 0

[startup+0.102041 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 12067
/proc/meminfo: memFree=1640696/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=3944 CPUtime=0.09
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 619 0 0 0 9 0 0 0 20 0 1 0 1099256299 4038656 604 1992294400 4194304 5102648 548682068784 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 986 604 98 221 0 762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3944

[startup+0.201051 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 12067
/proc/meminfo: memFree=1640696/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=3848 CPUtime=0.19
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 631 0 0 0 19 0 0 0 21 0 1 0 1099256299 3940352 615 1992294400 4194304 5102648 548682068784 18446744073709551615 4215188 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 962 615 110 221 0 738 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3848

[startup+0.301062 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 12067
/proc/meminfo: memFree=1640696/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=3848 CPUtime=0.29
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 631 0 0 0 29 0 0 0 22 0 1 0 1099256299 3940352 615 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 962 615 110 221 0 738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3848

[startup+0.701104 s]
/proc/loadavg: 0.99 0.98 0.99 3/73 12067
/proc/meminfo: memFree=1640696/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=3984 CPUtime=0.69
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 653 0 0 0 69 0 0 0 25 0 1 0 1099256299 4079616 637 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 996 637 110 221 0 772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3984

[startup+1.50119 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 12068
/proc/meminfo: memFree=1638256/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=4524 CPUtime=1.49
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 779 0 0 0 149 0 0 0 25 0 1 0 1099256299 4632576 763 1992294400 4194304 5102648 548682068784 18446744073709551615 4249728 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 1131 763 110 221 0 907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4524

[startup+3.10136 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 12068
/proc/meminfo: memFree=1637680/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=4936 CPUtime=3.09
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 905 0 0 0 309 0 0 0 25 0 1 0 1099256299 5054464 889 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 1234 889 110 221 0 1010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4936

[startup+6.3017 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 12068
/proc/meminfo: memFree=1636848/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=5512 CPUtime=6.29
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 1034 0 0 0 629 0 0 0 25 0 1 0 1099256299 5644288 1018 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 1378 1018 110 221 0 1154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5512

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 12068
/proc/meminfo: memFree=1636016/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=6228 CPUtime=12.69
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 1208 0 0 0 1269 0 0 0 25 0 1 0 1099256299 6377472 1192 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 1557 1192 110 221 0 1333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6228

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 12068
/proc/meminfo: memFree=1635120/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=7252 CPUtime=25.48
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 1429 0 0 0 2548 0 0 0 25 0 1 0 1099256299 7426048 1413 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 1813 1413 110 221 0 1589 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7252

[startup+51.1015 s]
/proc/loadavg: 1.05 1.00 1.00 2/74 12068
/proc/meminfo: memFree=1634096/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=8212 CPUtime=51.07
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 1668 0 0 0 5107 0 0 0 25 0 1 0 1099256299 8409088 1652 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 2053 1652 110 221 0 1829 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8212

[startup+102.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/74 12068
/proc/meminfo: memFree=1632880/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=9584 CPUtime=102.27
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 1974 0 0 0 10226 1 0 0 25 0 1 0 1099256299 9814016 1958 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 2396 1958 110 221 0 2172 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9584

[startup+162.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/74 12068
/proc/meminfo: memFree=1632304/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=10152 CPUtime=162.25
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2107 0 0 0 16224 1 0 0 25 0 1 0 1099256299 10395648 2091 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 2538 2091 110 221 0 2314 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10152

[startup+222.307 s]
/proc/loadavg: 1.08 1.03 1.00 2/74 12068
/proc/meminfo: memFree=1631408/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=10944 CPUtime=222.24
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2317 0 0 0 22223 1 0 0 25 0 1 0 1099256299 11206656 2301 1992294400 4194304 5102648 548682068784 18446744073709551615 4489510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 2736 2301 110 221 0 2512 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 10944

[startup+282.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/74 12068
/proc/meminfo: memFree=1630640/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=11868 CPUtime=282.22
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2489 0 0 0 28221 1 0 0 25 0 1 0 1099256299 12152832 2473 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 2967 2473 110 221 0 2743 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11868

[startup+342.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/74 12068
/proc/meminfo: memFree=1630384/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=12060 CPUtime=342.2
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2551 0 0 0 34219 1 0 0 25 0 1 0 1099256299 12349440 2535 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3015 2535 110 221 0 2791 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 12060

[startup+402.302 s]
/proc/loadavg: 1.07 1.05 1.00 2/74 12068
/proc/meminfo: memFree=1629744/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=12848 CPUtime=402.18
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2700 0 0 0 40217 1 0 0 25 0 1 0 1099256299 13156352 2684 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3212 2684 110 221 0 2988 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 12848

[startup+462.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/74 12068
/proc/meminfo: memFree=1629168/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=13420 CPUtime=462.17
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2829 0 0 0 46216 1 0 0 25 0 1 0 1099256299 13742080 2813 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3355 2813 110 221 0 3131 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 13420

[startup+522.302 s]
/proc/loadavg: 1.11 1.07 1.01 2/74 12068
/proc/meminfo: memFree=1628656/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=13796 CPUtime=522.15
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 2939 0 0 0 52214 1 0 0 25 0 1 0 1099256299 14127104 2923 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3449 2923 110 221 0 3225 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 13796

[startup+582.301 s]
/proc/loadavg: 1.12 1.08 1.01 2/74 12068
/proc/meminfo: memFree=1628336/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14176 CPUtime=582.14
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3024 0 0 0 58212 2 0 0 25 0 1 0 1099256299 14516224 3008 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3544 3008 110 221 0 3320 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 14176

[startup+642.302 s]
/proc/loadavg: 1.04 1.07 1.00 2/74 12068
/proc/meminfo: memFree=1628144/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14368 CPUtime=642.13
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3070 0 0 0 64211 2 0 0 25 0 1 0 1099256299 14712832 3054 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3592 3054 110 221 0 3368 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 14368

[startup+702.301 s]
/proc/loadavg: 1.01 1.05 1.00 2/74 12068
/proc/meminfo: memFree=1628080/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14368 CPUtime=702.11
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3078 0 0 0 70209 2 0 0 25 0 1 0 1099256299 14712832 3062 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3592 3062 110 221 0 3368 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 14368

[startup+762.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/74 12068
/proc/meminfo: memFree=1627632/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14744 CPUtime=762.1
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3169 0 0 0 76208 2 0 0 25 0 1 0 1099256299 15097856 3153 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3686 3153 110 221 0 3462 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 14744

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/74 12068
/proc/meminfo: memFree=1627440/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14936 CPUtime=822.08
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3226 0 0 0 82206 2 0 0 25 0 1 0 1099256299 15294464 3210 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3734 3210 110 221 0 3510 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 14936

[startup+882.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 12068
/proc/meminfo: memFree=1627376/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14936 CPUtime=882.07
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3241 0 0 0 88205 2 0 0 25 0 1 0 1099256299 15294464 3225 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3734 3225 110 221 0 3510 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 14936

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 12068
/proc/meminfo: memFree=1627376/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=14936 CPUtime=942.05
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3242 0 0 0 94203 2 0 0 25 0 1 0 1099256299 15294464 3226 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3734 3226 110 221 0 3510 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 14936

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 12074
/proc/meminfo: memFree=1627112/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=15080 CPUtime=1002.02
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3277 0 0 0 100200 2 0 0 25 0 1 0 1099256299 15441920 3261 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3770 3261 110 221 0 3546 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 15080

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 12074
/proc/meminfo: memFree=1627240/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=15080 CPUtime=1062.01
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3281 0 0 0 106199 2 0 0 25 0 1 0 1099256299 15441920 3265 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3770 3265 110 221 0 3546 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 15080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 12074
/proc/meminfo: memFree=1627176/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=15080 CPUtime=1121.99
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3308 0 0 0 112197 2 0 0 25 0 1 0 1099256299 15441920 3292 1992294400 4194304 5102648 548682068784 18446744073709551615 4225413 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3770 3292 110 221 0 3546 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 15080

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 12074
/proc/meminfo: memFree=1626984/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=15268 CPUtime=1181.98
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3349 0 0 0 118196 2 0 0 25 0 1 0 1099256299 15634432 3333 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3817 3333 110 221 0 3593 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 15268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 12074
/proc/meminfo: memFree=1626856/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=15412 CPUtime=1200.08
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3378 0 0 0 120006 2 0 0 25 0 1 0 1099256299 15781888 3362 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3853 3362 110 221 0 3629 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 15412

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 12074
/proc/meminfo: memFree=1626856/2055920 swapFree=4164824/4192956
[pid=12067] ppid=12065 vsize=15412 CPUtime=1200.08
/proc/12067/stat : 12067 (varsat-industri) R 12065 12067 11696 0 -1 4194304 3378 0 0 0 120006 2 0 0 25 0 1 0 1099256299 15781888 3362 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12067/statm: 3853 3362 110 221 0 3629 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 15412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1200.06
CPU system time (s): 0.028995
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 15412

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

runsolver used 1.07984 second user time and 3.3015 second system time

The end

Launcher Data

Begin job on node81 at 2009-03-28 19:45:15
IDJOB=1516192
IDBENCH=70492
IDSOLVER=538
FILE ID=node81/1516192-1238265915
PBS_JOBID= 9060826
Free space on /tmp= 126236 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S2058039218-006.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516192-1238265915/watcher-1516192-1238265915 -o /tmp/evaluation-result-1516192-1238265915/solver-1516192-1238265915 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1980497016 HOME/instance-1516192-1238265915.cnf

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

MD5SUM BENCH= 89d430115ed57f7d5b6a0f9a2181e3b8
RANDOM SEED=1980497016

node81.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.220
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.220
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:       1641176 kB
Buffers:         53668 kB
Cached:         265784 kB
SwapCached:      18984 kB
Active:         103036 kB
Inactive:       237212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641176 kB
SwapTotal:     4192956 kB
SwapFree:      4164824 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:          26528 kB
Slab:            59380 kB
Committed_AS:  2806668 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126236 MiB
End job on node81 at 2009-03-28 20:05:17