Trace number 1557497

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-crafted 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.10         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          311509151.000000
0.09/0.12	c |  Heuristic:            EMBP-G, threshold 0.800                              |
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/1.00	c |       100 |   14539    60185   167817 |    22067       94     34 |  3.943 % |
1.79/1.81	c |       250 |   14539    60185   167817 |    24274      244     38 |  3.943 % |
2.89/2.97	c |       475 |   14257    58609   163916 |    26702      469     36 |  3.943 % |
4.79/4.89	c |       813 |   14257    58609   163916 |    29372      807     39 |  3.943 % |
8.09/8.13	c |      1319 |   14257    58609   163916 |    32309     1313     40 |  3.943 % |
13.10/13.13	c |      2079 |   14257    58609   163916 |    35540     2073     37 |  3.943 % |
20.59/20.69	c |      3219 |   14257    58609   163916 |    39094     3213     37 |  3.943 % |
32.58/32.60	c |      4927 |   14257    58609   163916 |    43003     4921     36 |  3.943 % |
49.98/50.07	c |      7489 |   14257    58609   163916 |    47304     7483     36 |  3.943 % |
75.67/75.71	c |     11335 |   14257    58609   163916 |    52034    11329     36 |  3.943 % |
114.96/115.02	c |     17102 |   14257    58609   163916 |    57238    17096     38 |  3.943 % |
173.75/173.87	c |     25752 |   14257    58609   163916 |    62962    25746     37 |  3.943 % |
260.21/260.33	c |     38726 |   14257    58609   163916 |    69258    38720     42 |  3.943 % |
407.07/407.25	c |     58187 |   14257    58609   163916 |    76184    58181     44 |  3.943 % |
636.80/637.01	c |     87383 |   14257    58609   163916 |    83802    22790     43 |  3.943 % |
970.71/971.03	c |    131172 |   14257    58609   163916 |    92182    66579     47 |  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-1557497-1238854500/watcher-1557497-1238854500 -o /tmp/evaluation-result-1557497-1238854500/solver-1557497-1238854500 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=311509151 HOME/instance-1557497-1238854500.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/73 4812
/proc/meminfo: memFree=1498440/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=4204 CPUtime=0
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 884 0 0 0 0 0 0 0 20 0 1 0 1037868567 4304896 869 1992294400 4194304 5102648 548682068800 18446744073709551615 4516185 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 1051 871 81 221 0 827 0

[startup+0.00818498 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 4812
/proc/meminfo: memFree=1498440/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=5064 CPUtime=0
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 1095 0 0 0 0 0 0 0 20 0 1 0 1037868567 5185536 1080 1992294400 4194304 5102648 548682068800 18446744073709551615 4269907 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 1266 1082 81 221 0 1042 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5064

[startup+0.101193 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 4812
/proc/meminfo: memFree=1498440/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=18520 CPUtime=0.09
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 4111 0 0 0 8 1 0 0 20 0 1 0 1037868567 18964480 4096 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 4630 4097 87 221 0 4406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18520

[startup+0.301214 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 4812
/proc/meminfo: memFree=1498440/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=27156 CPUtime=0.29
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 6364 0 0 0 26 3 0 0 22 0 1 0 1037868567 27807744 6349 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 6789 6349 100 221 0 6565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27156

[startup+0.701256 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 4812
/proc/meminfo: memFree=1498440/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=34196 CPUtime=0.69
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7903 0 0 0 66 3 0 0 25 0 1 0 1037868567 35016704 7888 1992294400 4194304 5102648 548682068800 18446744073709551615 4481077 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 8549 7888 100 221 0 8325 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34196

[startup+1.50134 s]
/proc/loadavg: 0.92 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1469760/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=30484 CPUtime=1.49
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7915 0 0 0 145 4 0 0 25 0 1 0 1037868567 31215616 7190 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30484

[startup+3.10151 s]
/proc/loadavg: 0.92 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1469568/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=30484 CPUtime=3.09
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7915 0 0 0 305 4 0 0 25 0 1 0 1037868567 31215616 7190 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30484

[startup+6.30284 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1469568/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=30484 CPUtime=6.3
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7915 0 0 0 626 4 0 0 25 0 1 0 1037868567 31215616 7190 1992294400 4194304 5102648 548682068800 18446744073709551615 4254557 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 30484

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1469448/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=30484 CPUtime=12.69
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7915 0 0 0 1265 4 0 0 25 0 1 0 1037868567 31215616 7190 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7621 7190 112 221 0 7397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30484

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1469448/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=30656 CPUtime=25.49
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7929 0 0 0 2545 4 0 0 25 0 1 0 1037868567 31391744 7204 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7664 7204 112 221 0 7440 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30656

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1469384/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=30804 CPUtime=51.08
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 7977 0 0 0 5104 4 0 0 25 0 1 0 1037868567 31543296 7252 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7701 7252 112 221 0 7477 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30804

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1468936/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=31224 CPUtime=102.27
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 8080 0 0 0 10223 4 0 0 25 0 1 0 1037868567 31973376 7355 1992294400 4194304 5102648 548682068800 18446744073709551615 4254987 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7806 7355 112 221 0 7582 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31224

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1468552/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=31592 CPUtime=162.25
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 8171 0 0 0 16221 4 0 0 25 0 1 0 1037868567 32350208 7446 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 7898 7446 112 221 0 7674 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31592

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1466504/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=33684 CPUtime=222.23
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 8668 0 0 0 22219 4 0 0 25 0 1 0 1037868567 34492416 7943 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 8421 7943 112 221 0 8197 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 33684

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1464136/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=36176 CPUtime=282.21
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 9249 0 0 0 28216 5 0 0 25 0 1 0 1037868567 37044224 8524 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 9044 8524 112 221 0 8820 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 36176

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1462536/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=37628 CPUtime=342.19
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 9652 0 0 0 34214 5 0 0 25 0 1 0 1037868567 38531072 8927 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 9407 8927 112 221 0 9183 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 37628

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1460680/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=39360 CPUtime=402.17
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 10104 0 0 0 40212 5 0 0 25 0 1 0 1037868567 40304640 9379 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 9840 9379 112 221 0 9616 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 39360

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1458952/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=41324 CPUtime=462.16
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 10526 0 0 0 46211 5 0 0 25 0 1 0 1037868567 42315776 9801 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 10331 9801 112 221 0 10107 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 41324

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1457160/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=42996 CPUtime=522.14
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 10973 0 0 0 52208 6 0 0 25 0 1 0 1037868567 44027904 10248 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 10749 10248 112 221 0 10525 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 42996

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1455560/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=44608 CPUtime=582.12
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11379 0 0 0 58206 6 0 0 25 0 1 0 1037868567 45678592 10654 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11152 10654 112 221 0 10928 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 44608

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1455496/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=44608 CPUtime=642.11
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11379 0 0 0 64205 6 0 0 25 0 1 0 1037868567 45678592 10654 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11152 10654 112 221 0 10928 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 44608

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1455432/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=44748 CPUtime=702.09
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11393 0 0 0 70203 6 0 0 25 0 1 0 1037868567 45821952 10668 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11187 10668 112 221 0 10963 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 44748

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1455304/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=44748 CPUtime=762.07
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11414 0 0 0 76201 6 0 0 25 0 1 0 1037868567 45821952 10689 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11187 10689 112 221 0 10963 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 44748

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1454984/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=45064 CPUtime=822.05
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11485 0 0 0 82199 6 0 0 25 0 1 0 1037868567 46145536 10760 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11266 10760 112 221 0 11042 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 45064

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1454856/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=45284 CPUtime=882.03
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11517 0 0 0 88197 6 0 0 25 0 1 0 1037868567 46370816 10792 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11321 10792 112 221 0 11097 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 45284

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1454600/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=45520 CPUtime=942.02
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11568 0 0 0 94196 6 0 0 25 0 1 0 1037868567 46612480 10843 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11380 10843 112 221 0 11156 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 45520

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1453768/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=46392 CPUtime=1002.01
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11765 0 0 0 100194 7 0 0 25 0 1 0 1037868567 47505408 11040 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11598 11040 112 221 0 11374 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 46392

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1452936/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=47188 CPUtime=1061.99
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 11978 0 0 0 106192 7 0 0 25 0 1 0 1037868567 48320512 11253 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 11797 11253 112 221 0 11573 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 47188

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1451144/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=48900 CPUtime=1121.97
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 12408 0 0 0 112190 7 0 0 25 0 1 0 1037868567 50073600 11683 1992294400 4194304 5102648 548682068800 18446744073709551615 4255905 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 12225 11683 112 221 0 12001 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 48900

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1448904/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=51496 CPUtime=1181.95
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 12967 0 0 0 118188 7 0 0 25 0 1 0 1037868567 52731904 12242 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 12874 12242 112 221 0 12650 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 51496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4813
/proc/meminfo: memFree=1448840/2055920 swapFree=4172852/4192956
[pid=4812] ppid=4810 vsize=51496 CPUtime=1200.05
/proc/4812/stat : 4812 (varsat-crafted_) R 4810 4812 4681 0 -1 4194304 12970 0 0 0 119998 7 0 0 25 0 1 0 1037868567 52731904 12245 1992294400 4194304 5102648 548682068800 18446744073709551615 4249842 0 0 4096 3 0 0 0 17 1 0 0
/proc/4812/statm: 12874 12245 112 221 0 12650 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 51496

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.99
CPU system time (s): 0.085986
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 51496

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

runsolver used 1.25981 second user time and 3.11753 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-04 16:15:00
IDJOB=1557497
IDBENCH=70839
IDSOLVER=537
FILE ID=node79/1557497-1238854500
PBS_JOBID= 9085879
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 5dbb80f29538e26a3285bf497c57f592
RANDOM SEED=311509151

node79.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.232
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.232
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:       1498856 kB
Buffers:         55568 kB
Cached:         421724 kB
SwapCached:      11492 kB
Active:         193260 kB
Inactive:       297148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498856 kB
SwapTotal:     4192956 kB
SwapFree:      4172852 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          18948 kB
Slab:            51776 kB
Committed_AS:  3109008 kB
PageTables:       2004 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= 66540 MiB
End job on node79 at 2009-04-04 16:35:03