Trace number 1557965

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
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 variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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:  31616                                                |
0.00/0.00	c |  Number of clauses:    95110                                                |
0.09/0.13	c |  Parsing time:         0.11         s                                       |
0.09/0.13	c |  Timeout:              43200 s
0.09/0.13	c |  Random Seed:          1181249829.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.73	c ============================[ Search Statistics ]==============================
0.69/0.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	c ===============================================================================
0.69/0.73	c |         0 |   13884    57461   160383 |    19153        0    nan |  0.000 % |
1.09/1.13	c |       101 |   13873    57461   160383 |    21069       98     38 |  4.068 % |
1.99/2.01	c |       252 |   13728    56617   158348 |    23175      249     34 |  4.068 % |
3.69/3.79	c |       477 |   13728    56617   158348 |    25493      474     27 |  4.068 % |
5.49/5.53	c |       815 |   13677    56400   157848 |    28042      809     33 |  4.229 % |
8.99/9.04	c |      1322 |   13677    56400   157848 |    30847     1316     30 |  4.229 % |
13.28/13.30	c |      2081 |   13677    56400   157848 |    33931     2075     34 |  4.229 % |
20.38/20.49	c |      3220 |   13628    56188   157364 |    37325     3210     32 |  4.384 % |
31.88/31.91	c |      4928 |   13628    56188   157364 |    41057     4918     33 |  4.384 % |
49.27/49.37	c |      7490 |   13628    56188   157364 |    45163     7480     34 |  4.384 % |
73.07/73.12	c |     11334 |   13628    56188   157364 |    49679    11324     32 |  4.384 % |
112.96/113.01	c |     17100 |   13628    56188   157364 |    54647    17090     32 |  4.384 % |
172.04/172.12	c |     25750 |   13628    56188   157364 |    60112    25740     31 |  4.384 % |
267.01/267.18	c |     38725 |   13628    56188   157364 |    66123    38715     31 |  4.384 % |
406.57/406.76	c |     58186 |   13628    56188   157364 |    72736    58176     33 |  4.384 % |
625.50/625.72	c |     87379 |   13628    56188   157364 |    80009    27049     33 |  4.384 % |
961.30/961.69	c |    131169 |   13628    56188   157364 |    88010    70839     32 |  4.384 % |

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-1557965-1238861340/watcher-1557965-1238861340 -o /tmp/evaluation-result-1557965-1238861340/solver-1557965-1238861340 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1181249829 HOME/instance-1557965-1238861340.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 10184
/proc/meminfo: memFree=1465496/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=4016 CPUtime=0
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 837 0 0 0 0 0 0 0 18 0 1 0 369854810 4112384 823 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 1004 829 81 221 0 780 0

[startup+0.078144 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 10184
/proc/meminfo: memFree=1465496/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=15620 CPUtime=0.07
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 3398 0 0 0 6 1 0 0 18 0 1 0 369854810 15994880 3383 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 3905 3384 87 221 0 3681 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15620

[startup+0.101146 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 10184
/proc/meminfo: memFree=1465496/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=17948 CPUtime=0.09
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 3950 0 0 0 8 1 0 0 18 0 1 0 369854810 18378752 3935 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 4487 3936 87 221 0 4263 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17948

[startup+0.301171 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 10184
/proc/meminfo: memFree=1465496/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=26452 CPUtime=0.29
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 6151 0 0 0 27 2 0 0 19 0 1 0 369854810 27086848 6136 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 6613 6136 100 221 0 6389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26452

[startup+0.701221 s]
/proc/loadavg: 1.00 0.99 0.98 3/65 10184
/proc/meminfo: memFree=1465496/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=33620 CPUtime=0.69
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7754 0 0 0 66 3 0 0 23 0 1 0 369854810 34426880 7739 1992294400 4194304 5102648 548682068800 18446744073709551615 4267794 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 8405 7739 100 221 0 8181 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33620

[startup+1.50132 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1437456/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30016 CPUtime=1.49
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7766 0 0 0 146 3 0 0 25 0 1 0 369854810 30736384 7054 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30016

[startup+3.10153 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1437264/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30016 CPUtime=3.09
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7766 0 0 0 306 3 0 0 25 0 1 0 369854810 30736384 7054 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30016

[startup+6.30193 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1437136/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30016 CPUtime=6.29
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7766 0 0 0 626 3 0 0 25 0 1 0 369854810 30736384 7054 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30016

[startup+12.7027 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1437072/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30016 CPUtime=12.69
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7766 0 0 0 1266 3 0 0 25 0 1 0 369854810 30736384 7054 1992294400 4194304 5102648 548682068800 18446744073709551615 4255124 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30016

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1437072/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30156 CPUtime=25.48
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7774 0 0 0 2545 3 0 0 25 0 1 0 369854810 30879744 7062 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7539 7062 112 221 0 7315 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30156

[startup+51.1016 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1437072/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30332 CPUtime=51.07
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7821 0 0 0 5104 3 0 0 25 0 1 0 369854810 31059968 7109 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7583 7109 112 221 0 7359 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30332

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1436624/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=30784 CPUtime=102.27
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 7921 0 0 0 10223 4 0 0 25 0 1 0 369854810 31522816 7209 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7696 7209 112 221 0 7472 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30784

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1436112/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=31272 CPUtime=162.24
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 8036 0 0 0 16220 4 0 0 25 0 1 0 369854810 32022528 7324 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7818 7324 112 221 0 7594 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31272

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1435536/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=31840 CPUtime=222.22
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 8163 0 0 0 22218 4 0 0 25 0 1 0 369854810 32604160 7451 1992294400 4194304 5102648 548682068800 18446744073709551615 4254961 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 7960 7451 112 221 0 7736 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31840

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1434192/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=33332 CPUtime=282.21
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 8491 0 0 0 28216 5 0 0 25 0 1 0 369854810 34131968 7779 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 8333 7779 112 221 0 8109 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 33332

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1432784/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=34628 CPUtime=342.19
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 8843 0 0 0 34213 6 0 0 25 0 1 0 369854810 35459072 8131 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 8657 8131 112 221 0 8433 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 34628

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1430992/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=36452 CPUtime=402.17
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 9284 0 0 0 40211 6 0 0 25 0 1 0 369854810 37326848 8572 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 9113 8572 112 221 0 8889 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 36452

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1429200/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=38288 CPUtime=462.15
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 9718 0 0 0 46209 6 0 0 25 0 1 0 369854810 39206912 9006 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 9572 9006 112 221 0 9348 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 38288

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1427664/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=39996 CPUtime=522.14
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10101 0 0 0 52207 7 0 0 25 0 1 0 369854810 40955904 9389 1992294400 4194304 5102648 548682068800 18446744073709551615 4249667 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 9999 9389 112 221 0 9775 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 39996

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1427088/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=40424 CPUtime=582.12
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10239 0 0 0 58205 7 0 0 25 0 1 0 369854810 41394176 9527 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10106 9527 112 221 0 9882 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 40424

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1426768/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=40732 CPUtime=642.1
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10300 0 0 0 64203 7 0 0 25 0 1 0 369854810 41709568 9588 1992294400 4194304 5102648 548682068800 18446744073709551615 4249382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10183 9588 112 221 0 9959 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 40732

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1426768/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=40732 CPUtime=702.08
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10300 0 0 0 70201 7 0 0 25 0 1 0 369854810 41709568 9588 1992294400 4194304 5102648 548682068800 18446744073709551615 4244331 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10183 9588 112 221 0 9959 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 40732

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1426640/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=40888 CPUtime=762.06
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10316 0 0 0 76199 7 0 0 25 0 1 0 369854810 41869312 9604 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10222 9604 112 221 0 9998 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 40888

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1426448/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=41124 CPUtime=822.04
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10361 0 0 0 82197 7 0 0 25 0 1 0 369854810 42110976 9649 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10281 9649 112 221 0 10057 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 41124

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1426320/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=41124 CPUtime=882.03
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10389 0 0 0 88195 8 0 0 25 0 1 0 369854810 42110976 9677 1992294400 4194304 5102648 548682068800 18446744073709551615 4255188 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10281 9677 112 221 0 10057 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 41124

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1425808/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=41656 CPUtime=942.01
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10498 0 0 0 94193 8 0 0 25 0 1 0 369854810 42655744 9786 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10414 9786 112 221 0 10190 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 41656

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1425360/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=42276 CPUtime=1001.98
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10611 0 0 0 100190 8 0 0 25 0 1 0 369854810 43290624 9899 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10569 9899 112 221 0 10345 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 42276

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1424592/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=42880 CPUtime=1061.96
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 10795 0 0 0 106188 8 0 0 25 0 1 0 369854810 43909120 10083 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 10720 10083 112 221 0 10496 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 42880

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1423376/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=44044 CPUtime=1121.95
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 11094 0 0 0 112186 9 0 0 25 0 1 0 369854810 45101056 10382 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 11011 10382 112 221 0 10787 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 44044

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1423248/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=44044 CPUtime=1181.94
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 11116 0 0 0 118184 10 0 0 25 0 1 0 369854810 45101056 10404 1992294400 4194304 5102648 548682068800 18446744073709551615 4249723 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 11011 10404 112 221 0 10787 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 44044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 10185
/proc/meminfo: memFree=1423248/2055920 swapFree=4180116/4192956
[pid=10184] ppid=10182 vsize=44044 CPUtime=1200.03
/proc/10184/stat : 10184 (varsat-crafted_) R 10182 10184 9925 0 -1 4194304 11116 0 0 0 119993 10 0 0 25 0 1 0 369854810 45101056 10404 1992294400 4194304 5102648 548682068800 18446744073709551615 4255171 0 0 4096 3 0 0 0 17 1 0 0
/proc/10184/statm: 11011 10404 112 221 0 10787 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 44044

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.05
CPU user time (s): 1199.94
CPU system time (s): 0.108983
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 44044

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

runsolver used 0.98285 second user time and 3.39448 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-04 18:09:01
IDJOB=1557965
IDBENCH=70848
IDSOLVER=537
FILE ID=node54/1557965-1238861340
PBS_JOBID= 9085893
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=1181249829

node54.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:       1465976 kB
Buffers:         59876 kB
Cached:         454716 kB
SwapCached:       6628 kB
Active:         233252 kB
Inactive:       291112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465976 kB
SwapTotal:     4192956 kB
SwapFree:      4180116 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          15204 kB
Slab:            51592 kB
Committed_AS:  1412064 kB
PageTables:       1372 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= 66540 MiB
End job on node54 at 2009-04-04 18:29:03