Trace number 1557498

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

NameAPPLICATIONS/crypto/
desgen/gss-31-s100.cnf
MD5SUM5dbb80f29538e26a3285bf497c57f592
Bench CategoryAPPLICATION (applications 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 variables32310
Number of clauses97279
Sum of the clauses size229607
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262102
Number of clauses of size 335113
Number of clauses of size 40
Number of clauses of size 50
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:  32310                                                |
0.00/0.00	c |  Number of clauses:    97279                                                |
0.09/0.12	c |  Parsing time:         0.11         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          438215973.000000
0.09/0.12	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.12	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.12	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.12	c |                                                                             |
0.69/0.71	c ============================[ Search Statistics ]==============================
0.69/0.71	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.71	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.71	c ===============================================================================
0.69/0.71	c |         0 |   14550    60185   167817 |    20061        0    nan |  0.000 % |
0.89/0.97	c |       101 |   14539    60185   167817 |    22067       95     26 |  3.943 % |
1.69/1.77	c |       251 |   14539    60185   167817 |    24274      245     41 |  3.943 % |
3.39/3.42	c |       477 |   14257    58609   163916 |    26702      471     37 |  3.943 % |
5.79/5.80	c |       815 |   14257    58609   163916 |    29372      809     36 |  3.943 % |
8.88/8.92	c |      1322 |   14257    58609   163916 |    32309     1316     36 |  3.943 % |
14.48/14.55	c |      2082 |   14257    58609   163916 |    35540     2076     35 |  3.943 % |
21.59/21.64	c |      3222 |   14257    58609   163916 |    39094     3216     35 |  3.943 % |
32.68/32.79	c |      4931 |   14257    58609   163916 |    43003     4925     38 |  3.943 % |
50.88/50.95	c |      7494 |   14257    58609   163916 |    47304     7488     37 |  3.943 % |
74.17/74.23	c |     11338 |   14257    58609   163916 |    52034    11332     42 |  3.943 % |
109.76/109.85	c |     17104 |   14257    58609   163916 |    57238    17098     42 |  3.943 % |
169.74/169.80	c |     25754 |   14257    58609   163916 |    62962    25748     39 |  3.943 % |
264.51/264.63	c |     38728 |   14257    58609   163916 |    69258    38722     39 |  3.943 % |
370.08/370.23	c |     58190 |   14257    58609   163916 |    76184    58184     42 |  3.943 % |
586.22/586.42	c |     87384 |   14257    58609   163916 |    83802    24094     37 |  3.943 % |
931.43/931.75	c |    131173 |   14257    58609   163916 |    92182    67883     38 |  3.943 % |

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-1557498-1238854523/watcher-1557498-1238854523 -o /tmp/evaluation-result-1557498-1238854523/solver-1557498-1238854523 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=438215973 HOME/instance-1557498-1238854523.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.92 0.98 0.99 3/81 16794
/proc/meminfo: memFree=1758792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=4564 CPUtime=0
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 955 0 0 0 0 0 0 0 20 0 1 0 1158116262 4673536 940 1992294400 4194304 5102648 548682068768 18446744073709551615 4516087 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 1141 942 82 221 0 917 0

[startup+0.0670341 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 16794
/proc/meminfo: memFree=1758792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=15004 CPUtime=0.06
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 3243 0 0 0 5 1 0 0 20 0 1 0 1158116262 15364096 3228 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 3751 3229 87 221 0 3527 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15004

[startup+0.101036 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 16794
/proc/meminfo: memFree=1758792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=18520 CPUtime=0.09
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 4122 0 0 0 8 1 0 0 20 0 1 0 1158116262 18964480 4107 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 4630 4108 87 221 0 4406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18520

[startup+0.301058 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 16794
/proc/meminfo: memFree=1758792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=27156 CPUtime=0.28
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 6358 0 0 0 26 2 0 0 22 0 1 0 1158116262 27807744 6343 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 6789 6343 100 221 0 6565 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27156

[startup+0.701105 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 16794
/proc/meminfo: memFree=1758792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=34196 CPUtime=0.69
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7903 0 0 0 66 3 0 0 25 0 1 0 1158116262 35016704 7888 1992294400 4194304 5102648 548682068768 18446744073709551615 4481013 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 8549 7888 100 221 0 8325 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34196

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1730112/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=30484 CPUtime=1.49
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7915 0 0 0 146 3 0 0 25 0 1 0 1158116262 31215616 7190 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30484

[startup+3.10238 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1729984/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=30484 CPUtime=3.09
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7915 0 0 0 306 3 0 0 25 0 1 0 1158116262 31215616 7190 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30484

[startup+6.30174 s]
/proc/loadavg: 0.93 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1729856/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=30484 CPUtime=6.29
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7915 0 0 0 626 3 0 0 25 0 1 0 1158116262 31215616 7190 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30484

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1729792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=30484 CPUtime=12.68
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7915 0 0 0 1265 3 0 0 25 0 1 0 1158116262 31215616 7190 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30484

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1729792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=30620 CPUtime=25.49
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7935 0 0 0 2545 4 0 0 25 0 1 0 1158116262 31354880 7210 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7655 7210 112 221 0 7431 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30620

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1729792/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=30796 CPUtime=51.08
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 7971 0 0 0 5104 4 0 0 25 0 1 0 1158116262 31535104 7246 1992294400 4194304 5102648 548682068768 18446744073709551615 4525127 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7699 7246 112 221 0 7475 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30796

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1729280/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=31236 CPUtime=102.27
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 8073 0 0 0 10223 4 0 0 25 0 1 0 1158116262 31985664 7348 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7809 7348 112 221 0 7585 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31236

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1728896/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=31544 CPUtime=162.24
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 8163 0 0 0 16220 4 0 0 25 0 1 0 1158116262 32301056 7438 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 7886 7438 112 221 0 7662 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31544

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1727104/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=33348 CPUtime=222.23
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 8604 0 0 0 22218 5 0 0 25 0 1 0 1158116262 34148352 7879 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 8337 7879 112 221 0 8113 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 33348

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1724416/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=36192 CPUtime=282.21
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 9279 0 0 0 28216 5 0 0 25 0 1 0 1158116262 37060608 8554 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 9048 8554 112 221 0 8824 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 36192

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1721408/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=39192 CPUtime=342.19
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 10010 0 0 0 34213 6 0 0 25 0 1 0 1158116262 40132608 9285 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 9798 9285 112 221 0 9574 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39192

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1718912/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=41924 CPUtime=402.17
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 10619 0 0 0 40210 7 0 0 25 0 1 0 1158116262 42930176 9894 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 10481 9894 112 221 0 10257 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 41924

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1717376/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=43380 CPUtime=462.15
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 10997 0 0 0 46208 7 0 0 25 0 1 0 1158116262 44421120 10272 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 10845 10272 112 221 0 10621 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 43380

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1715840/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=44864 CPUtime=522.14
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11375 0 0 0 52206 8 0 0 25 0 1 0 1158116262 45940736 10650 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11216 10650 112 221 0 10992 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 44864

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1715584/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=44996 CPUtime=582.12
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11433 0 0 0 58204 8 0 0 25 0 1 0 1158116262 46075904 10708 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11249 10708 112 221 0 11025 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 44996

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1715392/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=45288 CPUtime=642.11
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11469 0 0 0 64203 8 0 0 25 0 1 0 1158116262 46374912 10744 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11322 10744 112 221 0 11098 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 45288

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1715328/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=45288 CPUtime=702.09
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11470 0 0 0 70201 8 0 0 25 0 1 0 1158116262 46374912 10745 1992294400 4194304 5102648 548682068768 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11322 10745 112 221 0 11098 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 45288

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1715136/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=45528 CPUtime=762.08
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11518 0 0 0 76200 8 0 0 25 0 1 0 1158116262 46620672 10793 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11382 10793 112 221 0 11158 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 45528

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1715072/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=45528 CPUtime=822.05
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11525 0 0 0 82197 8 0 0 25 0 1 0 1158116262 46620672 10800 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11382 10800 112 221 0 11158 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 45528

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1714880/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=45664 CPUtime=882.04
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11564 0 0 0 88196 8 0 0 25 0 1 0 1158116262 46759936 10839 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11416 10839 112 221 0 11192 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 45664

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1714112/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=46496 CPUtime=942.02
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11751 0 0 0 94194 8 0 0 25 0 1 0 1158116262 47611904 11026 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11624 11026 112 221 0 11400 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 46496

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1713728/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=47028 CPUtime=1002
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11845 0 0 0 100192 8 0 0 25 0 1 0 1158116262 48156672 11120 1992294400 4194304 5102648 548682068768 18446744073709551615 4250319 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11757 11120 112 221 0 11533 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 47028

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1713216/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=47384 CPUtime=1061.98
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 11966 0 0 0 106190 8 0 0 25 0 1 0 1158116262 48521216 11241 1992294400 4194304 5102648 548682068768 18446744073709551615 4250370 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 11846 11241 112 221 0 11622 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 47384

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1711936/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=48572 CPUtime=1121.96
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 12278 0 0 0 112188 8 0 0 25 0 1 0 1158116262 49737728 11553 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 12143 11553 112 221 0 11919 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 48572

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1710656/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=50300 CPUtime=1181.95
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 12581 0 0 0 118187 8 0 0 25 0 1 0 1158116262 51507200 11856 1992294400 4194304 5102648 548682068768 18446744073709551615 4254509 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 12575 11856 112 221 0 12351 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 50300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 16795
/proc/meminfo: memFree=1710656/2055920 swapFree=4172196/4192956
[pid=16794] ppid=16792 vsize=50300 CPUtime=1200.04
/proc/16794/stat : 16794 (varsat-industri) R 16792 16794 16354 0 -1 4194304 12583 0 0 0 119996 8 0 0 25 0 1 0 1158116262 51507200 11858 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/16794/statm: 12575 11858 112 221 0 12351 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 50300

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): 1199.97
CPU system time (s): 0.094985
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 50300

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

runsolver used 1.55076 second user time and 3.9214 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-04 16:15:24
IDJOB=1557498
IDBENCH=70839
IDSOLVER=538
FILE ID=node85/1557498-1238854523
PBS_JOBID= 9085862
Free space on /tmp= 126868 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-31-s100.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557498-1238854523/watcher-1557498-1238854523 -o /tmp/evaluation-result-1557498-1238854523/solver-1557498-1238854523 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=438215973 HOME/instance-1557498-1238854523.cnf

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

MD5SUM BENCH= 5dbb80f29538e26a3285bf497c57f592
RANDOM SEED=438215973

node85.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.236
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.236
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:       1759208 kB
Buffers:         23268 kB
Cached:         213396 kB
SwapCached:       9700 kB
Active:          89392 kB
Inactive:       158456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759208 kB
SwapTotal:     4192956 kB
SwapFree:      4172196 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          16824 kB
Slab:            33048 kB
Committed_AS:  2822976 kB
PageTables:       2596 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= 126868 MiB
End job on node85 at 2009-04-04 16:35:26