Trace number 1557705

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-32-s100.cnf
MD5SUM7785f51f4f3cb780b4d123215711f948
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 variables32312
Number of clauses97285
Sum of the clauses size229627
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262100
Number of clauses of size 335121
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:  32312                                                |
0.00/0.00	c |  Number of clauses:    97285                                                |
0.09/0.13	c |  Parsing time:         0.12         s                                       |
0.09/0.13	c |  Timeout:              43200 s
0.09/0.13	c |  Random Seed:          655588758.000000
0.09/0.13	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.09/0.13	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.13	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.13	c |                                                                             |
0.69/0.74	c ============================[ Search Statistics ]==============================
0.69/0.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.74	c ===============================================================================
0.69/0.74	c |         0 |   14549    60218   167996 |    20072        0    nan |  0.000 % |
0.89/1.00	c |       102 |   14534    60218   167996 |    22079       97     70 |  3.751 % |
1.99/2.08	c |       253 |   14534    60218   167996 |    24287      248     64 |  3.751 % |
3.49/3.54	c |       478 |   14274    58730   164314 |    26716      473     50 |  3.751 % |
5.89/5.94	c |       816 |   14274    58730   164314 |    29388      811     49 |  3.751 % |
8.79/8.89	c |      1324 |   14274    58730   164314 |    32327     1319     43 |  3.751 % |
13.98/14.09	c |      2083 |   14274    58730   164314 |    35559     2078     42 |  3.751 % |
20.28/20.30	c |      3222 |   14274    58730   164314 |    39115     3217     49 |  3.751 % |
30.48/30.57	c |      4930 |   14274    58730   164314 |    43027     4925     45 |  3.751 % |
44.47/44.56	c |      7492 |   14274    58730   164314 |    47330     7487     45 |  3.751 % |
71.57/71.63	c |     11337 |   14274    58730   164314 |    52063    11332     45 |  3.751 % |
110.46/110.51	c |     17103 |   14274    58730   164314 |    57269    17098     44 |  3.751 % |
167.04/167.15	c |     25753 |   14274    58730   164314 |    62996    25748     43 |  3.751 % |
264.31/264.40	c |     38727 |   14274    58730   164314 |    69296    38722     44 |  3.751 % |
422.36/422.52	c |     58188 |   14274    58730   164314 |    76225    58183     43 |  3.751 % |
662.49/662.72	c |     87381 |   14274    58730   164314 |    83848    23774     35 |  3.751 % |
1008.78/1009.19	c |    131170 |   14274    58730   164314 |    92233    67563     42 |  3.751 % |

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-1557705-1238857975/watcher-1557705-1238857975 -o /tmp/evaluation-result-1557705-1238857975/solver-1557705-1238857975 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=655588758 HOME/instance-1557705-1238857975.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/66 31502
/proc/meminfo: memFree=1703528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=3932 CPUtime=0
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 825 0 0 0 0 0 0 0 18 0 1 0 1158460439 4026368 810 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 983 815 81 221 0 759 0

[startup+0.0804389 s]
/proc/loadavg: 0.92 0.98 0.99 3/66 31502
/proc/meminfo: memFree=1703528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=15796 CPUtime=0.07
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 3475 0 0 0 6 1 0 0 18 0 1 0 1158460439 16175104 3460 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 3949 3461 87 221 0 3725 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15796

[startup+0.10144 s]
/proc/loadavg: 0.92 0.98 0.99 3/66 31502
/proc/meminfo: memFree=1703528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=18124 CPUtime=0.09
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 3990 0 0 0 8 1 0 0 18 0 1 0 1158460439 18558976 3975 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 4531 3976 87 221 0 4307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18124

[startup+0.301466 s]
/proc/loadavg: 0.92 0.98 0.99 3/66 31502
/proc/meminfo: memFree=1703528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=26760 CPUtime=0.29
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 6227 0 0 0 27 2 0 0 19 0 1 0 1158460439 27402240 6212 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 6690 6212 100 221 0 6466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26760

[startup+0.701517 s]
/proc/loadavg: 0.92 0.98 0.99 3/66 31502
/proc/meminfo: memFree=1703528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=34208 CPUtime=0.69
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7906 0 0 0 66 3 0 0 22 0 1 0 1158460439 35028992 7891 1992294400 4194304 5102648 548682068800 18446744073709551615 4267408 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 8552 7891 100 221 0 8328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34208

[startup+1.50162 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674848/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=30500 CPUtime=1.49
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7918 0 0 0 146 3 0 0 25 0 1 0 1158460439 31232000 7194 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7625 7194 112 221 0 7401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30500

[startup+3.10183 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674720/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=30500 CPUtime=3.09
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7918 0 0 0 306 3 0 0 25 0 1 0 1158460439 31232000 7194 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7625 7194 112 221 0 7401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30500

[startup+6.30124 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674592/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=30500 CPUtime=6.29
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7918 0 0 0 626 3 0 0 25 0 1 0 1158460439 31232000 7194 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7625 7194 112 221 0 7401 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30500

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=30500 CPUtime=12.68
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7918 0 0 0 1265 3 0 0 25 0 1 0 1158460439 31232000 7194 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7625 7194 112 221 0 7401 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30500

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674528/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=30664 CPUtime=25.48
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7931 0 0 0 2545 3 0 0 25 0 1 0 1158460439 31399936 7207 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7666 7207 112 221 0 7442 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30664

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674464/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=30808 CPUtime=51.08
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 7987 0 0 0 5104 4 0 0 25 0 1 0 1158460439 31547392 7263 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7702 7263 112 221 0 7478 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30808

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1674144/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=31100 CPUtime=102.27
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 8063 0 0 0 10223 4 0 0 25 0 1 0 1158460439 31846400 7339 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 7775 7339 112 221 0 7551 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31100

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1673120/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=32124 CPUtime=162.24
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 8315 0 0 0 16220 4 0 0 25 0 1 0 1158460439 32894976 7591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 8031 7591 112 221 0 7807 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32124

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1670944/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=34332 CPUtime=222.22
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 8854 0 0 0 22217 5 0 0 25 0 1 0 1158460439 35155968 8130 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 8583 8130 112 221 0 8359 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 34332

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1668960/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=36252 CPUtime=282.2
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 9340 0 0 0 28215 5 0 0 25 0 1 0 1158460439 37122048 8616 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 9063 8616 112 221 0 8839 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 36252

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1667360/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=37932 CPUtime=342.18
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 9727 0 0 0 34213 5 0 0 25 0 1 0 1158460439 38842368 9003 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 9483 9003 112 221 0 9259 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 37932

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1665760/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=39512 CPUtime=402.16
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 10111 0 0 0 40211 5 0 0 25 0 1 0 1158460439 40460288 9387 1992294400 4194304 5102648 548682068800 18446744073709551615 4255188 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 9878 9387 112 221 0 9654 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 39512

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1663456/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=41920 CPUtime=462.14
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 10669 0 0 0 46208 6 0 0 25 0 1 0 1158460439 42926080 9945 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 10480 9945 112 221 0 10256 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 41920

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1661856/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=43620 CPUtime=522.13
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11064 0 0 0 52206 7 0 0 25 0 1 0 1158460439 44666880 10340 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 10905 10340 112 221 0 10681 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 43620

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1660448/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=45092 CPUtime=582.11
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11430 0 0 0 58204 7 0 0 25 0 1 0 1158460439 46174208 10706 1992294400 4194304 5102648 548682068800 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11273 10706 112 221 0 11049 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 45092

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1659872/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=45624 CPUtime=642.09
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11561 0 0 0 64202 7 0 0 25 0 1 0 1158460439 46718976 10837 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11406 10837 112 221 0 11182 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 45624

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1659168/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=46320 CPUtime=702.08
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11715 0 0 0 70200 8 0 0 25 0 1 0 1158460439 47431680 10991 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11580 10991 112 221 0 11356 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 46320

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1659040/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=46512 CPUtime=762.06
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11736 0 0 0 76198 8 0 0 25 0 1 0 1158460439 47628288 11012 1992294400 4194304 5102648 548682068800 18446744073709551615 4249842 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11628 11012 112 221 0 11404 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 46512

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1658848/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=46652 CPUtime=822.04
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11775 0 0 0 82196 8 0 0 25 0 1 0 1158460439 47771648 11051 1992294400 4194304 5102648 548682068800 18446744073709551615 4250005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11663 11051 112 221 0 11439 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 46652

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1658784/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=46652 CPUtime=882.02
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11777 0 0 0 88194 8 0 0 25 0 1 0 1158460439 47771648 11053 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11663 11053 112 221 0 11439 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 46652

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1658784/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=46652 CPUtime=942
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11777 0 0 0 94192 8 0 0 25 0 1 0 1158460439 47771648 11053 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11663 11053 112 221 0 11439 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 46652

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1658720/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=46652 CPUtime=1001.99
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11779 0 0 0 100190 9 0 0 25 0 1 0 1158460439 47771648 11055 1992294400 4194304 5102648 548682068800 18446744073709551615 4254557 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11663 11055 112 221 0 11439 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 46652

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1657824/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=47632 CPUtime=1061.96
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 11988 0 0 0 106187 9 0 0 25 0 1 0 1158460439 48775168 11264 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 11908 11264 112 221 0 11684 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 47632

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1656992/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=48436 CPUtime=1121.94
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 12200 0 0 0 112185 9 0 0 25 0 1 0 1158460439 49598464 11476 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 12109 11476 112 221 0 11885 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 48436

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1655456/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=49808 CPUtime=1181.93
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 12563 0 0 0 118183 10 0 0 25 0 1 0 1158460439 51003392 11839 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 12452 11839 112 221 0 12228 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 49808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 31503
/proc/meminfo: memFree=1655072/2055920 swapFree=4176420/4192956
[pid=31502] ppid=31500 vsize=50220 CPUtime=1200.03
/proc/31502/stat : 31502 (varsat-crafted_) R 31500 31502 31301 0 -1 4194304 12674 0 0 0 119993 10 0 0 25 0 1 0 1158460439 51425280 11950 1992294400 4194304 5102648 548682068800 18446744073709551615 4250410 0 0 4096 3 0 0 0 17 1 0 0
/proc/31502/statm: 12555 11950 112 221 0 12331 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 50220

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.04
CPU user time (s): 1199.93
CPU system time (s): 0.112982
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 50220

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

runsolver used 1.09083 second user time and 3.2885 second system time

The end

Launcher Data

Begin job on node40 at 2009-04-04 17:12:55
IDJOB=1557705
IDBENCH=70843
IDSOLVER=537
FILE ID=node40/1557705-1238857975
PBS_JOBID= 9085883
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 7785f51f4f3cb780b4d123215711f948
RANDOM SEED=655588758

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1703944 kB
Buffers:         41860 kB
Cached:         228772 kB
SwapCached:       9664 kB
Active:          82416 kB
Inactive:       199584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703944 kB
SwapTotal:     4192956 kB
SwapFree:      4176420 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          17176 kB
Slab:            55924 kB
Committed_AS:  3180144 kB
PageTables:       1476 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 node40 at 2009-04-04 17:32:57