Trace number 1559266

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.08 1200.51

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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:  31613                                                |
0.00/0.00	c |  Number of clauses:    95104                                                |
0.09/0.12	c |  Parsing time:         0.10         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          945768103.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.59/0.69	c ============================[ Search Statistics ]==============================
0.59/0.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.69	c ===============================================================================
0.59/0.69	c |         0 |   13864    57372   160216 |    19124        0    nan |  0.000 % |
1.10/1.15	c |       100 |   13850    57372   160216 |    21036       97     50 |  4.213 % |
1.89/1.94	c |       251 |   13759    56794   158785 |    23140      247     33 |  4.226 % |
2.59/2.63	c |       477 |   13707    56537   158180 |    25454      468     37 |  4.381 % |
3.79/3.84	c |       815 |   13707    56537   158180 |    27999      806     44 |  4.381 % |
5.19/5.29	c |      1322 |   13707    56537   158180 |    30799     1313     37 |  4.381 % |
8.99/9.00	c |      2081 |   13707    56537   158180 |    33879     2072     36 |  4.381 % |
13.58/13.64	c |      3220 |   13707    56537   158180 |    37267     3211     36 |  4.381 % |
21.28/21.31	c |      4928 |   13707    56537   158180 |    40993     4919     39 |  4.381 % |
32.37/32.44	c |      7491 |   13707    56537   158180 |    45093     7482     37 |  4.381 % |
50.06/50.13	c |     11336 |   13707    56537   158180 |    49602    11327     36 |  4.381 % |
73.45/73.55	c |     17102 |   13707    56537   158180 |    54563    17093     36 |  4.381 % |
109.54/109.66	c |     25752 |   13707    56537   158180 |    60019    25743     39 |  4.381 % |
165.22/165.34	c |     38728 |   13707    56537   158180 |    66021    38719     41 |  4.381 % |
256.20/256.31	c |     58190 |   13707    56537   158180 |    72623    58181     41 |  4.381 % |
389.25/389.49	c |     87382 |   13707    56537   158180 |    79885    27458     40 |  4.381 % |
574.18/574.43	c |    131171 |   13707    56537   158180 |    87874    71247     41 |  4.381 % |
872.58/872.90	c |    196855 |   13707    56537   158180 |    96661    65476     41 |  4.381 % |

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-1559266-1238880995/watcher-1559266-1238880995 -o /tmp/evaluation-result-1559266-1238880995/solver-1559266-1238880995 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=945768103 HOME/instance-1559266-1238880995.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.90 1.72 1.38 3/73 11292
/proc/meminfo: memFree=1665896/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=4336 CPUtime=0
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 906 0 0 0 0 0 0 0 20 0 1 0 1160763398 4440064 891 1992294400 4194304 5102648 548682068768 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 1084 892 82 221 0 860 0

[startup+0.0167871 s]
/proc/loadavg: 1.90 1.72 1.38 3/73 11292
/proc/meminfo: memFree=1665896/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=8840 CPUtime=0
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 1823 0 0 0 0 0 0 0 20 0 1 0 1160763398 9052160 1808 1992294400 4194304 5102648 548682068768 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 2210 1813 84 221 0 1986 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8840

[startup+0.101804 s]
/proc/loadavg: 1.90 1.72 1.38 3/73 11292
/proc/meminfo: memFree=1665896/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=18608 CPUtime=0.09
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 4134 0 0 0 7 2 0 0 20 0 1 0 1160763398 19054592 4119 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 4652 4120 87 221 0 4428 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18608

[startup+0.301843 s]
/proc/loadavg: 1.90 1.72 1.38 3/73 11292
/proc/meminfo: memFree=1665896/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=27112 CPUtime=0.29
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 6308 0 0 0 26 3 0 0 22 0 1 0 1160763398 27762688 6293 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 6778 6294 100 221 0 6554 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27112

[startup+0.701925 s]
/proc/loadavg: 1.90 1.72 1.38 3/73 11292
/proc/meminfo: memFree=1665896/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=29964 CPUtime=0.69
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7736 0 0 0 65 4 0 0 25 0 1 0 1160763398 30683136 7026 1992294400 4194304 5102648 548682068768 18446744073709551615 4242179 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7491 7026 102 221 0 7267 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29964

[startup+1.50109 s]
/proc/loadavg: 1.90 1.72 1.38 2/74 11293
/proc/meminfo: memFree=1637920/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=29964 CPUtime=1.49
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7746 0 0 0 145 4 0 0 25 0 1 0 1160763398 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29964

[startup+3.10141 s]
/proc/loadavg: 1.90 1.72 1.38 2/74 11293
/proc/meminfo: memFree=1637792/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=29964 CPUtime=3.09
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7746 0 0 0 305 4 0 0 25 0 1 0 1160763398 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29964

[startup+6.30106 s]
/proc/loadavg: 1.83 1.71 1.38 2/74 11293
/proc/meminfo: memFree=1637664/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=29964 CPUtime=6.29
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7746 0 0 0 625 4 0 0 25 0 1 0 1160763398 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29964

[startup+12.7014 s]
/proc/loadavg: 1.76 1.70 1.38 2/74 11293
/proc/meminfo: memFree=1637608/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=29964 CPUtime=12.68
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7746 0 0 0 1264 4 0 0 25 0 1 0 1160763398 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29964

[startup+25.502 s]
/proc/loadavg: 1.59 1.66 1.37 2/74 11293
/proc/meminfo: memFree=1637608/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=30096 CPUtime=25.48
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7774 0 0 0 2544 4 0 0 25 0 1 0 1160763398 30818304 7064 1992294400 4194304 5102648 548682068768 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7524 7064 112 221 0 7300 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30096

[startup+51.1012 s]
/proc/loadavg: 1.39 1.61 1.36 2/74 11293
/proc/meminfo: memFree=1637416/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=30388 CPUtime=51.06
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 7839 0 0 0 5102 4 0 0 25 0 1 0 1160763398 31117312 7129 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7597 7129 112 221 0 7373 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 30388

[startup+102.306 s]
/proc/loadavg: 1.17 1.51 1.34 2/74 11293
/proc/meminfo: memFree=1636712/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=31068 CPUtime=102.25
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 8001 0 0 0 10221 4 0 0 25 0 1 0 1160763398 31813632 7291 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 7767 7291 112 221 0 7543 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31068

[startup+162.302 s]
/proc/loadavg: 1.06 1.42 1.32 2/74 11293
/proc/meminfo: memFree=1634472/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=33492 CPUtime=162.22
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 8566 0 0 0 16217 5 0 0 25 0 1 0 1160763398 34295808 7856 1992294400 4194304 5102648 548682068768 18446744073709551615 4254930 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 8373 7856 112 221 0 8149 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33492

[startup+222.302 s]
/proc/loadavg: 1.02 1.34 1.29 2/74 11293
/proc/meminfo: memFree=1631144/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=36852 CPUtime=222.21
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 9380 0 0 0 22215 6 0 0 25 0 1 0 1160763398 37736448 8670 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 9213 8670 112 221 0 8989 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 36852

[startup+282.301 s]
/proc/loadavg: 1.01 1.27 1.27 2/74 11293
/proc/meminfo: memFree=1628136/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=40080 CPUtime=282.18
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 10120 0 0 0 28212 6 0 0 25 0 1 0 1160763398 41041920 9410 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 10020 9410 112 221 0 9796 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 40080

[startup+342.301 s]
/proc/loadavg: 1.00 1.22 1.25 2/74 11293
/proc/meminfo: memFree=1625384/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=42736 CPUtime=342.16
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 10808 0 0 0 34209 7 0 0 25 0 1 0 1160763398 43761664 10098 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 10684 10098 112 221 0 10460 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 42736

[startup+402.302 s]
/proc/loadavg: 1.00 1.18 1.23 2/74 11293
/proc/meminfo: memFree=1625128/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=43104 CPUtime=402.14
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 10867 0 0 0 40207 7 0 0 25 0 1 0 1160763398 44138496 10157 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 10776 10157 112 221 0 10552 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 43104

[startup+462.302 s]
/proc/loadavg: 1.00 1.14 1.22 2/74 11293
/proc/meminfo: memFree=1625064/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=43104 CPUtime=462.12
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 10879 0 0 0 46205 7 0 0 25 0 1 0 1160763398 44138496 10169 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 10776 10169 112 221 0 10552 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 43104

[startup+522.303 s]
/proc/loadavg: 1.00 1.11 1.20 2/74 11293
/proc/meminfo: memFree=1624872/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=43316 CPUtime=522.1
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 10923 0 0 0 52203 7 0 0 25 0 1 0 1160763398 44355584 10213 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 10829 10213 112 221 0 10605 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 43316

[startup+582.301 s]
/proc/loadavg: 1.00 1.09 1.18 2/74 11293
/proc/meminfo: memFree=1624424/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=43744 CPUtime=582.07
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 11031 0 0 0 58200 7 0 0 25 0 1 0 1160763398 44793856 10321 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 10936 10321 112 221 0 10712 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 43744

[startup+642.301 s]
/proc/loadavg: 1.00 1.07 1.17 2/74 11293
/proc/meminfo: memFree=1622120/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=45892 CPUtime=642.06
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 11594 0 0 0 64198 8 0 0 25 0 1 0 1160763398 46993408 10884 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 11473 10884 112 221 0 11249 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 45892

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.16 2/74 11294
/proc/meminfo: memFree=1620584/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=47176 CPUtime=702.04
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 11920 0 0 0 70195 9 0 0 25 0 1 0 1160763398 48308224 11210 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 11794 11210 112 221 0 11570 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 47176

[startup+762.306 s]
/proc/loadavg: 1.00 1.04 1.15 2/74 11295
/proc/meminfo: memFree=1620392/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=47348 CPUtime=762.02
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 11965 0 0 0 76193 9 0 0 25 0 1 0 1160763398 48484352 11255 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 11837 11255 112 221 0 11613 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 47348

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.13 2/74 11295
/proc/meminfo: memFree=1620072/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=47924 CPUtime=822
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12053 0 0 0 82191 9 0 0 25 0 1 0 1160763398 49074176 11343 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 11981 11343 112 221 0 11757 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 47924

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/74 11295
/proc/meminfo: memFree=1619624/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=48292 CPUtime=881.97
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12156 0 0 0 88188 9 0 0 25 0 1 0 1160763398 49451008 11446 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12073 11446 112 221 0 11849 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 48292

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.11 2/74 11295
/proc/meminfo: memFree=1619304/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=48612 CPUtime=941.95
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12227 0 0 0 94186 9 0 0 25 0 1 0 1160763398 49778688 11517 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12153 11517 112 221 0 11929 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 48612

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/74 11295
/proc/meminfo: memFree=1619112/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=49008 CPUtime=1001.93
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12313 0 0 0 100184 9 0 0 25 0 1 0 1160763398 50184192 11603 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12252 11603 112 221 0 12028 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 49008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/74 11295
/proc/meminfo: memFree=1616744/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=51384 CPUtime=1061.9
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12851 0 0 0 106181 9 0 0 25 0 1 0 1160763398 52617216 12141 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12846 12141 112 221 0 12622 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 51384

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 11295
/proc/meminfo: memFree=1616680/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=51544 CPUtime=1121.88
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12868 0 0 0 112179 9 0 0 25 0 1 0 1160763398 52781056 12158 1992294400 4194304 5102648 548682068768 18446744073709551615 4250370 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12886 12158 112 221 0 12662 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 51544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 11295
/proc/meminfo: memFree=1616552/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=51544 CPUtime=1181.86
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12890 0 0 0 118177 9 0 0 25 0 1 0 1160763398 52781056 12180 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12886 12180 112 221 0 12662 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 51544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 11295
/proc/meminfo: memFree=1616552/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=51544 CPUtime=1200.06
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12894 0 0 0 119997 9 0 0 25 0 1 0 1160763398 52781056 12184 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12886 12184 112 221 0 12662 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 51544

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.08 2/74 11295
/proc/meminfo: memFree=1616552/2055920 swapFree=4170040/4192956
[pid=11292] ppid=11290 vsize=51544 CPUtime=1200.06
/proc/11292/stat : 11292 (varsat-industri) R 11290 11292 11226 0 -1 4194304 12894 0 0 0 119997 9 0 0 25 0 1 0 1160763398 52781056 12184 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11292/statm: 12886 12184 112 221 0 12662 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 51544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.97
CPU system time (s): 0.107983
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 51544

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

runsolver used 1.25981 second user time and 3.12153 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-04 23:36:35
IDJOB=1559266
IDBENCH=70873
IDSOLVER=538
FILE ID=node80/1559266-1238880995
PBS_JOBID= 9086006
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=945768103

node80.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:       1666312 kB
Buffers:         42360 kB
Cached:         264984 kB
SwapCached:      14500 kB
Active:          94896 kB
Inactive:       228728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666312 kB
SwapTotal:     4192956 kB
SwapFree:      4170040 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:          21980 kB
Slab:            50996 kB
Committed_AS:  3188376 kB
PageTables:       2008 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= 66224 MiB
End job on node80 at 2009-04-04 23:56:37