Trace number 1558017

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-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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:  31951                                                |
0.00/0.00	c |  Number of clauses:    96161                                                |
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:          1738898710.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 |   14301    59238   165405 |    19746        0    nan |  0.000 % |
0.89/0.98	c |       100 |   14271    59238   165405 |    21720       94     59 |  4.119 % |
1.69/1.74	c |       250 |   14271    59238   165405 |    23892      244     53 |  4.119 % |
2.49/2.55	c |       476 |   13940    57402   160809 |    26281      470     42 |  4.119 % |
4.69/4.78	c |       813 |   13940    57402   160809 |    28910      807     43 |  4.119 % |
7.89/7.91	c |      1320 |   13940    57402   160809 |    31801     1314     42 |  4.119 % |
11.39/11.42	c |      2081 |   13940    57402   160809 |    34981     2075     42 |  4.119 % |
17.98/18.01	c |      3221 |   13940    57402   160809 |    38479     3215     41 |  4.119 % |
28.68/28.70	c |      4930 |   13940    57402   160809 |    42327     4924     41 |  4.119 % |
44.67/44.72	c |      7492 |   13940    57402   160809 |    46560     7486     38 |  4.119 % |
67.67/67.71	c |     11336 |   13940    57402   160809 |    51216    11330     37 |  4.119 % |
99.26/99.30	c |     17103 |   13940    57402   160809 |    56337    17097     37 |  4.119 % |
145.95/146.05	c |     25753 |   13940    57402   160809 |    61971    25747     40 |  4.119 % |
229.92/230.09	c |     38727 |   13940    57402   160809 |    68168    38721     38 |  4.119 % |
358.68/358.86	c |     58189 |   13940    57402   160809 |    74985    58183     38 |  4.119 % |
556.72/556.91	c |     87383 |   13940    57402   160809 |    82483    25960     39 |  4.119 % |
850.14/850.43	c |    131173 |   13940    57402   160809 |    90732    69750     42 |  4.119 % |

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-1558017-1238862311/watcher-1558017-1238862311 -o /tmp/evaluation-result-1558017-1238862311/solver-1558017-1238862311 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1738898710 HOME/instance-1558017-1238862311.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/64 16374
/proc/meminfo: memFree=852768/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=3904 CPUtime=0
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 809 0 0 0 0 0 0 0 18 0 1 0 924822634 3997696 794 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 976 795 81 221 0 752 0

[startup+0.077872 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16374
/proc/meminfo: memFree=852768/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=15640 CPUtime=0.07
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 3410 0 0 0 6 1 0 0 18 0 1 0 924822634 16015360 3395 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 3910 3396 87 221 0 3686 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15640

[startup+0.102874 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16374
/proc/meminfo: memFree=852768/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=18232 CPUtime=0.09
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 4034 0 0 0 8 1 0 0 18 0 1 0 924822634 18669568 4019 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 4558 4020 87 221 0 4334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18232

[startup+0.302904 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16374
/proc/meminfo: memFree=852768/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=26736 CPUtime=0.29
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 6218 0 0 0 27 2 0 0 19 0 1 0 924822634 27377664 6203 1992294400 4194304 5102648 548682068768 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 6684 6204 100 221 0 6460 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26736

[startup+0.701962 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16374
/proc/meminfo: memFree=852768/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=33904 CPUtime=0.69
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7831 0 0 0 66 3 0 0 22 0 1 0 924822634 34717696 7816 1992294400 4194304 5102648 548682068768 18446744073709551615 4267794 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 8476 7816 100 221 0 8252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33904

[startup+1.50108 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16375
/proc/meminfo: memFree=824408/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=30272 CPUtime=1.49
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7843 0 0 0 146 3 0 0 25 0 1 0 924822634 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4254583 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30272

[startup+3.10131 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16375
/proc/meminfo: memFree=824280/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=30272 CPUtime=3.09
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7843 0 0 0 306 3 0 0 25 0 1 0 924822634 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4254653 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30272

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16375
/proc/meminfo: memFree=824152/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=30272 CPUtime=6.29
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7843 0 0 0 626 3 0 0 25 0 1 0 924822634 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4255188 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30272

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16375
/proc/meminfo: memFree=824152/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=30272 CPUtime=12.69
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7843 0 0 0 1266 3 0 0 25 0 1 0 924822634 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4254961 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30272

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 16375
/proc/meminfo: memFree=824152/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=30440 CPUtime=25.48
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7860 0 0 0 2545 3 0 0 25 0 1 0 924822634 31170560 7143 1992294400 4194304 5102648 548682068768 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7610 7143 112 221 0 7386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30440

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16375
/proc/meminfo: memFree=824024/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=30712 CPUtime=51.07
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 7920 0 0 0 5104 3 0 0 25 0 1 0 924822634 31449088 7203 1992294400 4194304 5102648 548682068768 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7678 7203 112 221 0 7454 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30712

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16375
/proc/meminfo: memFree=823448/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=31232 CPUtime=102.27
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 8064 0 0 0 10223 4 0 0 25 0 1 0 924822634 31981568 7347 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 7808 7347 112 221 0 7584 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31232

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16375
/proc/meminfo: memFree=822808/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=32084 CPUtime=162.24
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 8235 0 0 0 16220 4 0 0 25 0 1 0 924822634 32854016 7518 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 8021 7518 112 221 0 7797 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32084

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16375
/proc/meminfo: memFree=821144/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=33604 CPUtime=222.22
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 8646 0 0 0 22218 4 0 0 25 0 1 0 924822634 34410496 7929 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 8401 7929 112 221 0 8177 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33604

[startup+282.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 16375
/proc/meminfo: memFree=818968/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=35852 CPUtime=282.2
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 9173 0 0 0 28216 4 0 0 25 0 1 0 924822634 36712448 8456 1992294400 4194304 5102648 548682068768 18446744073709551615 4249086 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 8963 8456 112 221 0 8739 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 35852

[startup+342.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 16375
/proc/meminfo: memFree=816984/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=37900 CPUtime=342.18
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 9659 0 0 0 34213 5 0 0 25 0 1 0 924822634 38809600 8942 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 9475 8942 112 221 0 9251 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 37900

[startup+402.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 16375
/proc/meminfo: memFree=814680/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=40360 CPUtime=402.17
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 10215 0 0 0 40211 6 0 0 25 0 1 0 924822634 41328640 9498 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 10090 9498 112 221 0 9866 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 40360

[startup+462.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16375
/proc/meminfo: memFree=812696/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=42304 CPUtime=462.16
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 10722 0 0 0 46209 7 0 0 25 0 1 0 924822634 43319296 10005 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 10576 10005 112 221 0 10352 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 42304

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=811672/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=43540 CPUtime=522.13
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11017 0 0 0 52206 7 0 0 25 0 1 0 924822634 44584960 10300 1992294400 4194304 5102648 548682068768 18446744073709551615 4255905 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 10885 10300 112 221 0 10661 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 43540

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=811416/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=43676 CPUtime=582.12
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11061 0 0 0 58205 7 0 0 25 0 1 0 924822634 44724224 10344 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 10919 10344 112 221 0 10695 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 43676

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=811224/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=44056 CPUtime=642.1
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11114 0 0 0 64203 7 0 0 25 0 1 0 924822634 45113344 10397 1992294400 4194304 5102648 548682068768 18446744073709551615 4249871 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 11014 10397 112 221 0 10790 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 44056

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=811224/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=44056 CPUtime=702.08
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11118 0 0 0 70201 7 0 0 25 0 1 0 924822634 45113344 10401 1992294400 4194304 5102648 548682068768 18446744073709551615 4255874 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 11014 10401 112 221 0 10790 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 44056

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=810968/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=44392 CPUtime=762.07
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11169 0 0 0 76200 7 0 0 25 0 1 0 924822634 45457408 10452 1992294400 4194304 5102648 548682068768 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 11098 10452 112 221 0 10874 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 44392

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=810968/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=44392 CPUtime=822.05
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11178 0 0 0 82198 7 0 0 25 0 1 0 924822634 45457408 10461 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 11098 10461 112 221 0 10874 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 44392

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=810008/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=45272 CPUtime=882.03
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11415 0 0 0 88196 7 0 0 25 0 1 0 924822634 46358528 10698 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 11318 10698 112 221 0 11094 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 45272

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=808216/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=46916 CPUtime=942
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 11856 0 0 0 94193 7 0 0 25 0 1 0 924822634 48041984 11139 1992294400 4194304 5102648 548682068768 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 11729 11139 112 221 0 11505 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 46916

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=806040/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=49532 CPUtime=1001.99
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 12410 0 0 0 100191 8 0 0 25 0 1 0 924822634 50720768 11693 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 12383 11693 112 221 0 12159 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 49532

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=806040/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=49532 CPUtime=1061.97
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 12411 0 0 0 106189 8 0 0 25 0 1 0 924822634 50720768 11694 1992294400 4194304 5102648 548682068768 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 12383 11694 112 221 0 12159 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 49532

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16375
/proc/meminfo: memFree=805976/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=49532 CPUtime=1121.95
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 12412 0 0 0 112187 8 0 0 25 0 1 0 924822634 50720768 11695 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 12383 11695 112 221 0 12159 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 49532

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16377
/proc/meminfo: memFree=805784/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=49852 CPUtime=1181.93
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 12471 0 0 0 118185 8 0 0 25 0 1 0 924822634 51048448 11754 1992294400 4194304 5102648 548682068768 18446744073709551615 4255167 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 12463 11754 112 221 0 12239 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 49852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16377
/proc/meminfo: memFree=805720/2055920 swapFree=4178268/4192956
[pid=16374] ppid=16372 vsize=49852 CPUtime=1200.03
/proc/16374/stat : 16374 (varsat-crafted_) R 16372 16374 16028 0 -1 4194304 12474 0 0 0 119995 8 0 0 25 0 1 0 924822634 51048448 11757 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16374/statm: 12463 11757 112 221 0 12239 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 49852

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.96
CPU system time (s): 0.095985
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 49852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
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= 12474
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= 1075

runsolver used 0.886865 second user time and 2.56761 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-04 18:25:12
IDJOB=1558017
IDBENCH=70849
IDSOLVER=537
FILE ID=node39/1558017-1238862311
PBS_JOBID= 9085885
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1738898710

node39.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.285
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.285
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:        853184 kB
Buffers:         98928 kB
Cached:         932564 kB
SwapCached:       8160 kB
Active:         259024 kB
Inactive:       859252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        853184 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            70716 kB
Committed_AS:  2782184 kB
PageTables:       1188 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 node39 at 2009-04-04 18:45:14