Trace number 1558849

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
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:  32402                                                |
0.00/0.00	c |  Number of clauses:    97556                                                |
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:          277278361.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.72	c ============================[ Search Statistics ]==============================
0.69/0.72	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.72	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.72	c ===============================================================================
0.69/0.72	c |         0 |   14599    60392   168459 |    20130        0    nan |  0.000 % |
0.89/0.91	c |       101 |   14591    60392   168459 |    22143       98     43 |  3.410 % |
1.10/1.14	c |       252 |   14584    60392   168459 |    24358      248     42 |  3.895 % |
1.79/1.90	c |       479 |   14584    60392   168459 |    26793      475     58 |  3.895 % |
3.79/3.86	c |       816 |   14309    58841   164582 |    29473      811     54 |  3.895 % |
6.79/6.87	c |      1324 |   14309    58841   164582 |    32420     1319     50 |  3.895 % |
11.89/12.00	c |      2083 |   14309    58841   164582 |    35662     2078     46 |  3.895 % |
20.19/20.20	c |      3223 |   14309    58841   164582 |    39228     3218     42 |  3.895 % |
31.18/31.27	c |      4931 |   14309    58841   164582 |    43151     4926     40 |  3.895 % |
46.28/46.34	c |      7493 |   14309    58841   164582 |    47467     7488     39 |  3.895 % |
69.97/70.09	c |     11337 |   14309    58841   164582 |    52213    11332     38 |  3.895 % |
110.16/110.23	c |     17104 |   14309    58841   164582 |    57435    17099     42 |  3.895 % |
172.74/172.84	c |     25753 |   14309    58841   164582 |    63178    25748     41 |  3.895 % |
260.72/260.85	c |     38728 |   14309    58841   164582 |    69496    38723     42 |  3.895 % |
406.68/406.88	c |     58190 |   14309    58841   164582 |    76446    58185     43 |  3.895 % |
640.12/640.32	c |     87382 |   14309    58841   164582 |    84090    23687     37 |  3.895 % |
979.83/980.10	c |    131171 |   14309    58841   164582 |    92499    67476     42 |  3.895 % |

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 31671
/proc/meminfo: memFree=1566296/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=4564 CPUtime=0
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 954 0 0 0 0 0 0 0 20 0 1 0 1160163375 4673536 939 1992294400 4194304 5102648 548682068768 18446744073709551615 4516103 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 1141 941 81 221 0 917 0

[startup+0.0984009 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 31671
/proc/meminfo: memFree=1566296/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=18256 CPUtime=0.09
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 4052 0 0 0 7 2 0 0 20 0 1 0 1160163375 18694144 4037 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 4564 4038 87 221 0 4340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18256

[startup+0.1014 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 31671
/proc/meminfo: memFree=1566296/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=18520 CPUtime=0.09
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 4131 0 0 0 7 2 0 0 20 0 1 0 1160163375 18964480 4116 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 4630 4117 87 221 0 4406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18520

[startup+0.301422 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 31671
/proc/meminfo: memFree=1566296/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=27156 CPUtime=0.29
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 6370 0 0 0 26 3 0 0 22 0 1 0 1160163375 27807744 6355 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 6789 6355 100 221 0 6565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27156

[startup+0.701466 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 31671
/proc/meminfo: memFree=1566296/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=34196 CPUtime=0.69
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 7924 0 0 0 65 4 0 0 25 0 1 0 1160163375 35016704 7909 1992294400 4194304 5102648 548682068768 18446744073709551615 4480942 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 8549 7909 100 221 0 8325 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34196

[startup+1.50156 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 31672
/proc/meminfo: memFree=1537552/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=30560 CPUtime=1.49
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 7937 0 0 0 145 4 0 0 25 0 1 0 1160163375 31293440 7212 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7640 7212 113 221 0 7416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30560

[startup+3.10173 s]
/proc/loadavg: 1.07 1.00 1.00 2/82 31672
/proc/meminfo: memFree=1537424/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=30560 CPUtime=3.09
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 7937 0 0 0 305 4 0 0 25 0 1 0 1160163375 31293440 7212 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7640 7212 113 221 0 7416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30560

[startup+6.30109 s]
/proc/loadavg: 1.07 1.00 1.00 2/82 31672
/proc/meminfo: memFree=1537296/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=30560 CPUtime=6.29
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 7937 0 0 0 625 4 0 0 25 0 1 0 1160163375 31293440 7212 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7640 7212 113 221 0 7416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30560

[startup+12.7018 s]
/proc/loadavg: 1.06 1.00 1.00 2/82 31672
/proc/meminfo: memFree=1537232/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=30560 CPUtime=12.69
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 7937 0 0 0 1265 4 0 0 25 0 1 0 1160163375 31293440 7212 1992294400 4194304 5102648 548682068768 18446744073709551615 4255188 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7640 7212 113 221 0 7416 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30560

[startup+25.5012 s]
/proc/loadavg: 1.05 1.00 1.00 2/82 31672
/proc/meminfo: memFree=1537232/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=30696 CPUtime=25.48
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 7953 0 0 0 2544 4 0 0 25 0 1 0 1160163375 31432704 7228 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7674 7228 113 221 0 7450 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30696

[startup+51.1011 s]
/proc/loadavg: 1.03 1.00 1.00 2/82 31672
/proc/meminfo: memFree=1537104/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=30964 CPUtime=51.08
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 8027 0 0 0 5104 4 0 0 25 0 1 0 1160163375 31707136 7302 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7741 7302 113 221 0 7517 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30964

[startup+102.307 s]
/proc/loadavg: 1.05 1.01 1.00 2/82 31672
/proc/meminfo: memFree=1536784/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=31336 CPUtime=102.27
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 8098 0 0 0 10223 4 0 0 25 0 1 0 1160163375 32088064 7373 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7834 7373 113 221 0 7610 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31336

[startup+162.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/82 31672
/proc/meminfo: memFree=1536208/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=31816 CPUtime=162.25
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 8231 0 0 0 16221 4 0 0 25 0 1 0 1160163375 32579584 7506 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 7954 7506 113 221 0 7730 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31816

[startup+222.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/82 31672
/proc/meminfo: memFree=1533904/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=34212 CPUtime=222.23
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 8801 0 0 0 22219 4 0 0 25 0 1 0 1160163375 35033088 8076 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 8553 8076 113 221 0 8329 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34212

[startup+282.302 s]
/proc/loadavg: 1.12 1.05 1.00 2/82 31678
/proc/meminfo: memFree=1531280/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=36828 CPUtime=282.21
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 9410 0 0 0 28216 5 0 0 25 0 1 0 1160163375 37711872 8685 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 9207 8685 113 221 0 8983 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 36828

[startup+342.301 s]
/proc/loadavg: 1.11 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1529552/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=38388 CPUtime=342.19
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 9843 0 0 0 34214 5 0 0 25 0 1 0 1160163375 39309312 9118 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 9597 9118 113 221 0 9373 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 38388

[startup+402.301 s]
/proc/loadavg: 1.10 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1527568/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=40472 CPUtime=402.18
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 10338 0 0 0 40212 6 0 0 25 0 1 0 1160163375 41443328 9613 1992294400 4194304 5102648 548682068768 18446744073709551615 4249723 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 10118 9613 113 221 0 9894 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 40472

[startup+462.302 s]
/proc/loadavg: 1.09 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1525904/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=42408 CPUtime=462.16
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 10786 0 0 0 46210 6 0 0 25 0 1 0 1160163375 43425792 10061 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 10602 10061 113 221 0 10378 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 42408

[startup+522.302 s]
/proc/loadavg: 1.08 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1524368/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=43904 CPUtime=522.15
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11181 0 0 0 52208 7 0 0 25 0 1 0 1160163375 44957696 10456 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 10976 10456 113 221 0 10752 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 43904

[startup+582.301 s]
/proc/loadavg: 1.08 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1522320/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=45976 CPUtime=582.13
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11674 0 0 0 58206 7 0 0 25 0 1 0 1160163375 47079424 10949 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11494 10949 113 221 0 11270 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 45976

[startup+642.302 s]
/proc/loadavg: 1.07 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1522320/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=46108 CPUtime=642.12
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11695 0 0 0 64205 7 0 0 25 0 1 0 1160163375 47214592 10970 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11527 10970 113 221 0 11303 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 46108

[startup+702.302 s]
/proc/loadavg: 1.07 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1522256/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=46108 CPUtime=702.1
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11698 0 0 0 70203 7 0 0 25 0 1 0 1160163375 47214592 10973 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11527 10973 113 221 0 11303 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 46108

[startup+762.306 s]
/proc/loadavg: 1.06 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1521936/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=46464 CPUtime=762.09
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11767 0 0 0 76202 7 0 0 25 0 1 0 1160163375 47579136 11042 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11616 11042 113 221 0 11392 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 46464

[startup+822.302 s]
/proc/loadavg: 1.12 1.08 1.01 2/82 31678
/proc/meminfo: memFree=1521808/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=46464 CPUtime=822.07
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11786 0 0 0 82200 7 0 0 25 0 1 0 1160163375 47579136 11061 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11616 11061 113 221 0 11392 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 46464

[startup+882.302 s]
/proc/loadavg: 1.15 1.09 1.01 2/82 31678
/proc/meminfo: memFree=1521552/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=46892 CPUtime=882.05
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11844 0 0 0 88198 7 0 0 25 0 1 0 1160163375 48017408 11119 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11723 11119 113 221 0 11499 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 46892

[startup+942.301 s]
/proc/loadavg: 1.05 1.07 1.00 2/82 31678
/proc/meminfo: memFree=1521488/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=46892 CPUtime=942.04
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 11870 0 0 0 94197 7 0 0 25 0 1 0 1160163375 48017408 11145 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11723 11145 113 221 0 11499 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 46892

[startup+1002.3 s]
/proc/loadavg: 1.02 1.06 1.00 2/82 31678
/proc/meminfo: memFree=1520912/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=47580 CPUtime=1002.02
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 12008 0 0 0 100195 7 0 0 25 0 1 0 1160163375 48721920 11283 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 11895 11283 113 221 0 11671 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 47580

[startup+1062.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/82 31678
/proc/meminfo: memFree=1518032/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=50376 CPUtime=1062.01
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 12727 0 0 0 106193 8 0 0 25 0 1 0 1160163375 51585024 12002 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 12594 12002 113 221 0 12370 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 50376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/82 31678
/proc/meminfo: memFree=1515216/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=53464 CPUtime=1121.99
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 13423 0 0 0 112191 8 0 0 25 0 1 0 1160163375 54747136 12698 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 13366 12698 113 221 0 13142 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 53464

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/82 31678
/proc/meminfo: memFree=1514960/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=53788 CPUtime=1181.97
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 13477 0 0 0 118189 8 0 0 25 0 1 0 1160163375 55078912 12752 1992294400 4194304 5102648 548682068768 18446744073709551615 4254872 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 13447 12752 113 221 0 13223 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 53788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/82 31678
/proc/meminfo: memFree=1514896/2055920 swapFree=4172784/4192956
[pid=31671] ppid=31669 vsize=53788 CPUtime=1200.07
/proc/31671/stat : 31671 (varsat-crafted_) R 31669 31671 31325 0 -1 4194304 13495 0 0 0 119999 8 0 0 25 0 1 0 1160163375 55078912 12770 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31671/statm: 13447 12770 113 221 0 13223 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 53788

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.09
CPU user time (s): 1200
CPU system time (s): 0.095985
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 53788

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

runsolver used 1.55276 second user time and 3.9184 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-04 21:56:36
IDJOB=1558849
IDBENCH=70865
IDSOLVER=537
FILE ID=node87/1558849-1238874995
PBS_JOBID= 9085945
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=277278361

node87.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:       1566776 kB
Buffers:         59104 kB
Cached:         352524 kB
SwapCached:       9292 kB
Active:         108004 kB
Inactive:       314980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566776 kB
SwapTotal:     4192956 kB
SwapFree:      4172784 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          16480 kB
Slab:            50320 kB
Committed_AS:  2982440 kB
PageTables:       2676 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= 66452 MiB
End job on node87 at 2009-04-04 22:16:38