Trace number 1558018

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-industrial 2009-03-22? (TO) 1200.06 1200.51

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.12	c |  Parsing time:         0.11         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          105622693.000000
0.09/0.12	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.70	c ============================[ Search Statistics ]==============================
0.69/0.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.70	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.70	c ===============================================================================
0.69/0.70	c |         0 |   14301    59238   165405 |    19746        0    nan |  0.000 % |
0.89/0.99	c |       101 |   14271    59238   165405 |    21720       95     33 |  4.119 % |
1.59/1.67	c |       251 |   14271    59238   165405 |    23892      245     32 |  4.119 % |
3.09/3.17	c |       476 |   13940    57402   160809 |    26281      470     35 |  4.119 % |
5.68/5.71	c |       814 |   13940    57402   160809 |    28910      808     34 |  4.119 % |
9.08/9.12	c |      1322 |   13940    57402   160809 |    31801     1316     37 |  4.119 % |
13.28/13.38	c |      2082 |   13940    57402   160809 |    34981     2076     35 |  4.119 % |
18.88/18.99	c |      3222 |   13940    57402   160809 |    38479     3216     38 |  4.119 % |
28.48/28.53	c |      4931 |   13940    57402   160809 |    42327     4925     39 |  4.119 % |
42.67/42.72	c |      7495 |   13940    57402   160809 |    46560     7489     40 |  4.119 % |
62.46/62.55	c |     11339 |   13940    57402   160809 |    51216    11333     42 |  4.119 % |
91.55/91.70	c |     17106 |   13940    57402   160809 |    56337    17100     45 |  4.119 % |
137.23/137.33	c |     25757 |   13940    57402   160809 |    61971    25751     42 |  4.119 % |
210.11/210.20	c |     38733 |   13940    57402   160809 |    68168    38727     43 |  4.119 % |
332.66/332.85	c |     58195 |   13940    57402   160809 |    74985    58189     42 |  4.119 % |
530.49/530.70	c |     87388 |   13940    57402   160809 |    82483    24609     39 |  4.119 % |
752.81/753.14	c |    131178 |   13940    57402   160809 |    90732    68399     45 |  4.119 % |
1193.95/1194.48	c |    196865 |   13940    57402   160809 |    99805    56262     43 |  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-1558018-1238862313/watcher-1558018-1238862313 -o /tmp/evaluation-result-1558018-1238862313/solver-1558018-1238862313 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=105622693 HOME/instance-1558018-1238862313.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 14085
/proc/meminfo: memFree=1849536/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=3904 CPUtime=0
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 825 0 0 0 0 0 0 0 20 0 1 0 1158895017 3997696 810 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 976 815 82 221 0 752 0

[startup+0.029897 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14085
/proc/meminfo: memFree=1849536/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=10448 CPUtime=0.02
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 2173 0 0 0 2 0 0 0 20 0 1 0 1158895017 10698752 2158 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 2612 2159 87 221 0 2388 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10448

[startup+0.102911 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14085
/proc/meminfo: memFree=1849536/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=18760 CPUtime=0.09
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 4169 0 0 0 8 1 0 0 20 0 1 0 1158895017 19210240 4154 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 4690 4155 87 221 0 4466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18760

[startup+0.302949 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14085
/proc/meminfo: memFree=1849536/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=27132 CPUtime=0.29
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 6354 0 0 0 27 2 0 0 22 0 1 0 1158895017 27783168 6339 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 6816 6340 100 221 0 6592 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27132

[startup+0.702027 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14085
/proc/meminfo: memFree=1849536/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=33876 CPUtime=0.69
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7831 0 0 0 67 2 0 0 25 0 1 0 1158895017 34689024 7816 1992294400 4194304 5102648 548682068768 18446744073709551615 4487993 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 8469 7816 100 221 0 8245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33876

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1821176/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=30272 CPUtime=1.49
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7843 0 0 0 147 2 0 0 25 0 1 0 1158895017 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4254567 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30272

[startup+3.1015 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1821048/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=30272 CPUtime=3.09
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7843 0 0 0 307 2 0 0 25 0 1 0 1158895017 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30272

[startup+6.30113 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1820920/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=30272 CPUtime=6.28
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7843 0 0 0 626 2 0 0 25 0 1 0 1158895017 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30272

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1820856/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=30272 CPUtime=12.68
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7843 0 0 0 1266 2 0 0 25 0 1 0 1158895017 30998528 7126 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7568 7126 112 221 0 7344 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30272

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1820856/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=30440 CPUtime=25.48
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7858 0 0 0 2546 2 0 0 25 0 1 0 1158895017 31170560 7141 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7610 7141 112 221 0 7386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30440

[startup+51.103 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1820664/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=30796 CPUtime=51.07
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 7941 0 0 0 5105 2 0 0 25 0 1 0 1158895017 31535104 7224 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7699 7224 112 221 0 7475 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30796

[startup+102.304 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1820088/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=31464 CPUtime=102.25
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 8092 0 0 0 10223 2 0 0 25 0 1 0 1158895017 32219136 7375 1992294400 4194304 5102648 548682068768 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 7866 7375 112 221 0 7642 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31464

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1818616/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=32948 CPUtime=162.23
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 8447 0 0 0 16220 3 0 0 25 0 1 0 1158895017 33738752 7730 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 8237 7730 112 221 0 8013 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32948

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1816056/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=35404 CPUtime=222.21
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 9074 0 0 0 22218 3 0 0 25 0 1 0 1158895017 36253696 8357 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 8851 8357 112 221 0 8627 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 35404

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1813880/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=37604 CPUtime=282.18
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 9607 0 0 0 28215 3 0 0 25 0 1 0 1158895017 38506496 8890 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 9401 8890 112 221 0 9177 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 37604

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1811448/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=39904 CPUtime=342.16
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 10182 0 0 0 34213 3 0 0 25 0 1 0 1158895017 40861696 9465 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 9976 9465 112 221 0 9752 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 39904

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1809528/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=42036 CPUtime=402.14
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 10663 0 0 0 40210 4 0 0 25 0 1 0 1158895017 43044864 9946 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 10509 9946 112 221 0 10285 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 42036

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14086
/proc/meminfo: memFree=1807480/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=44032 CPUtime=462.12
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11162 0 0 0 46208 4 0 0 25 0 1 0 1158895017 45088768 10445 1992294400 4194304 5102648 548682068768 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11008 10445 112 221 0 10784 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 44032

[startup+522.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1807160/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=44296 CPUtime=522.1
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11236 0 0 0 52206 4 0 0 25 0 1 0 1158895017 45359104 10519 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11074 10519 112 221 0 10850 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 44296

[startup+582.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1806840/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=44620 CPUtime=582.07
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11304 0 0 0 58203 4 0 0 25 0 1 0 1158895017 45690880 10587 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11155 10587 112 221 0 10931 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 44620

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1806648/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=44860 CPUtime=642.06
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11338 0 0 0 64202 4 0 0 25 0 1 0 1158895017 45936640 10621 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11215 10621 112 221 0 10991 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 44860

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1806584/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=44860 CPUtime=702.03
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11342 0 0 0 70199 4 0 0 25 0 1 0 1158895017 45936640 10625 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11215 10625 112 221 0 10991 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 44860

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1805624/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=45876 CPUtime=762.01
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11585 0 0 0 76197 4 0 0 25 0 1 0 1158895017 46977024 10868 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11469 10868 112 221 0 11245 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 45876

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1804600/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=46668 CPUtime=821.98
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 11823 0 0 0 82194 4 0 0 25 0 1 0 1158895017 47788032 11106 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 11667 11106 112 221 0 11443 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 46668

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1803064/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=48252 CPUtime=881.96
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12210 0 0 0 88192 4 0 0 25 0 1 0 1158895017 49410048 11493 1992294400 4194304 5102648 548682068768 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12063 11493 112 221 0 11839 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 48252

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1801464/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=49708 CPUtime=941.94
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12596 0 0 0 94189 5 0 0 25 0 1 0 1158895017 50900992 11879 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12427 11879 112 221 0 12203 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 49708

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1800632/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=50872 CPUtime=1001.92
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12787 0 0 0 100187 5 0 0 25 0 1 0 1158895017 52092928 12070 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12718 12070 112 221 0 12494 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 50872

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1800568/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=50872 CPUtime=1061.9
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12787 0 0 0 106185 5 0 0 25 0 1 0 1158895017 52092928 12070 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12718 12070 112 221 0 12494 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 50872

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1800632/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=50872 CPUtime=1121.87
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12787 0 0 0 112182 5 0 0 25 0 1 0 1158895017 52092928 12070 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12718 12070 112 221 0 12494 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 50872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1800568/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=50872 CPUtime=1181.85
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12792 0 0 0 118180 5 0 0 25 0 1 0 1158895017 52092928 12075 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12718 12075 112 221 0 12494 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 50872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1800504/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=50872 CPUtime=1200.05
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12797 0 0 0 120000 5 0 0 25 0 1 0 1158895017 52092928 12080 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12718 12080 112 221 0 12494 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 50872

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14086
/proc/meminfo: memFree=1800504/2055920 swapFree=4178784/4192956
[pid=14085] ppid=14083 vsize=50872 CPUtime=1200.05
/proc/14085/stat : 14085 (varsat-industri) R 14083 14085 13862 0 -1 4194304 12797 0 0 0 120000 5 0 0 25 0 1 0 1158895017 52092928 12080 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 12718 12080 112 221 0 12494 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 50872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1200
CPU system time (s): 0.058991
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 50872

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

runsolver used 0.98185 second user time and 2.82957 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-04 18:25:13
IDJOB=1558018
IDBENCH=70849
IDSOLVER=538
FILE ID=node75/1558018-1238862313
PBS_JOBID= 9085924
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=105622693

node75.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.263
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.263
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:       1849952 kB
Buffers:         21420 kB
Cached:         118272 kB
SwapCached:       7936 kB
Active:          47176 kB
Inactive:       101948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849952 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          15100 kB
Slab:            42744 kB
Committed_AS:  2474996 kB
PageTables:       1420 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= 66508 MiB
End job on node75 at 2009-04-04 18:45:16