Trace number 1559265

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.02 1200.31

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.13	c |  Parsing time:         0.11         s                                       |
0.09/0.13	c |  Timeout:              43200 s
0.09/0.13	c |  Random Seed:          405056703.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.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 |   13864    57372   160216 |    19124        0    nan |  0.000 % |
1.19/1.25	c |       100 |   13850    57372   160216 |    21036       97     42 |  4.213 % |
1.79/1.88	c |       252 |   13760    56794   158785 |    23140      249     45 |  4.213 % |
2.79/2.81	c |       478 |   13760    56794   158785 |    25454      475     40 |  4.213 % |
4.59/4.68	c |       815 |   13760    56794   158785 |    27999      812     36 |  4.213 % |
7.69/7.74	c |      1322 |   13756    56749   158664 |    30799     1318     33 |  4.226 % |
10.99/11.01	c |      2082 |   13756    56749   158664 |    33879     2078     35 |  4.226 % |
17.28/17.40	c |      3221 |   13756    56749   158664 |    37267     3217     32 |  4.226 % |
26.48/26.57	c |      4929 |   13707    56537   158180 |    40993     4920     30 |  4.381 % |
37.38/37.43	c |      7491 |   13707    56537   158180 |    45093     7482     35 |  4.381 % |
51.88/51.97	c |     11335 |   13707    56537   158180 |    49602    11326     34 |  4.381 % |
77.08/77.15	c |     17101 |   13707    56537   158180 |    54563    17092     35 |  4.381 % |
119.66/119.71	c |     25751 |   13707    56537   158180 |    60019    25742     38 |  4.381 % |
176.65/176.77	c |     38726 |   13707    56537   158180 |    66021    38717     38 |  4.381 % |
273.92/274.04	c |     58188 |   13707    56537   158180 |    72623    58179     38 |  4.381 % |
411.29/411.44	c |     87381 |   13707    56537   158180 |    79885    28905     42 |  4.381 % |
619.54/619.74	c |    131171 |   13707    56537   158180 |    87874    72695     45 |  4.381 % |
932.06/932.37	c |    196855 |   13707    56537   158180 |    96661    66782     45 |  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-1559265-1238880993/watcher-1559265-1238880993 -o /tmp/evaluation-result-1559265-1238880993/solver-1559265-1238880993 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=405056703 HOME/instance-1559265-1238880993.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 26471
/proc/meminfo: memFree=1574096/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=3884 CPUtime=0
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 820 0 0 0 0 0 0 0 18 0 1 0 1160761700 3977216 805 1992294400 4194304 5102648 548682068768 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 971 809 81 221 0 747 0

[startup+0.0736861 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26471
/proc/meminfo: memFree=1574096/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=15224 CPUtime=0.06
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 3308 0 0 0 5 1 0 0 18 0 1 0 1160761700 15589376 3293 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 3839 3294 87 221 0 3615 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15224

[startup+0.102688 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26471
/proc/meminfo: memFree=1574096/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=18212 CPUtime=0.09
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 4004 0 0 0 8 1 0 0 18 0 1 0 1160761700 18649088 3989 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 4553 3990 87 221 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18212

[startup+0.302706 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26471
/proc/meminfo: memFree=1574096/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=26584 CPUtime=0.29
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 6157 0 0 0 27 2 0 0 19 0 1 0 1160761700 27222016 6142 1992294400 4194304 5102648 548682068768 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 6646 6142 100 221 0 6422 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26584

[startup+0.701743 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26471
/proc/meminfo: memFree=1574096/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=33640 CPUtime=0.69
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7734 0 0 0 66 3 0 0 22 0 1 0 1160761700 34447360 7719 1992294400 4194304 5102648 548682068768 18446744073709551615 4267794 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 8410 7719 100 221 0 8186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33640

[startup+1.50182 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1546120/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=29964 CPUtime=1.49
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7746 0 0 0 146 3 0 0 25 0 1 0 1160761700 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29964

[startup+3.10197 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1545992/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=29964 CPUtime=3.09
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7746 0 0 0 306 3 0 0 25 0 1 0 1160761700 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29964

[startup+6.30126 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1545928/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=29964 CPUtime=6.29
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7746 0 0 0 626 3 0 0 25 0 1 0 1160761700 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4255171 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29964

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1545800/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=29964 CPUtime=12.69
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7746 0 0 0 1266 3 0 0 25 0 1 0 1160761700 30683136 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7491 7036 112 221 0 7267 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29964

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1545800/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=30128 CPUtime=25.48
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7772 0 0 0 2545 3 0 0 25 0 1 0 1160761700 30851072 7062 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7532 7062 112 221 0 7308 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30128

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1545608/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=30436 CPUtime=51.08
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 7850 0 0 0 5104 4 0 0 25 0 1 0 1160761700 31166464 7140 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7609 7140 112 221 0 7385 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30436

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1544840/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=31220 CPUtime=102.27
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 8015 0 0 0 10223 4 0 0 25 0 1 0 1160761700 31969280 7305 1992294400 4194304 5102648 548682068768 18446744073709551615 4244361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 7805 7305 112 221 0 7581 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31220

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1543240/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=32860 CPUtime=162.25
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 8420 0 0 0 16220 5 0 0 25 0 1 0 1160761700 33648640 7710 1992294400 4194304 5102648 548682068768 18446744073709551615 4255167 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 8215 7710 112 221 0 7991 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32860

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1540360/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=35848 CPUtime=222.24
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 9123 0 0 0 22218 6 0 0 25 0 1 0 1160761700 36708352 8413 1992294400 4194304 5102648 548682068768 18446744073709551615 4254828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 8962 8413 112 221 0 8738 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 35848

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26472
/proc/meminfo: memFree=1537608/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=38776 CPUtime=282.23
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 9845 0 0 0 28216 7 0 0 25 0 1 0 1160761700 39706624 9135 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 9694 9135 112 221 0 9470 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 38776

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26473
/proc/meminfo: memFree=1534344/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=41844 CPUtime=342.21
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 10587 0 0 0 34213 8 0 0 25 0 1 0 1160761700 42848256 9877 1992294400 4194304 5102648 548682068768 18446744073709551615 4249052 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 10461 9877 112 221 0 10237 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 41844

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26474
/proc/meminfo: memFree=1533384/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=42712 CPUtime=402.19
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 10816 0 0 0 40211 8 0 0 25 0 1 0 1160761700 43737088 10106 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 10678 10106 112 221 0 10454 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 42712

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26474
/proc/meminfo: memFree=1533192/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=43068 CPUtime=462.18
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 10885 0 0 0 46209 9 0 0 25 0 1 0 1160761700 44101632 10175 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 10767 10175 112 221 0 10543 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 43068

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26474
/proc/meminfo: memFree=1532680/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=43700 CPUtime=522.17
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 11024 0 0 0 52207 10 0 0 25 0 1 0 1160761700 44748800 10314 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 10925 10314 112 221 0 10701 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 43700

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26474
/proc/meminfo: memFree=1532424/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=43912 CPUtime=582.15
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 11071 0 0 0 58205 10 0 0 25 0 1 0 1160761700 44965888 10361 1992294400 4194304 5102648 548682068768 18446744073709551615 4254961 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 10978 10361 112 221 0 10754 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 43912

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26474
/proc/meminfo: memFree=1530184/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=46016 CPUtime=642.14
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 11615 0 0 0 64203 11 0 0 25 0 1 0 1160761700 47120384 10905 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 11504 10905 112 221 0 11280 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 46016

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26474
/proc/meminfo: memFree=1527432/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=48800 CPUtime=702.12
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12299 0 0 0 70200 12 0 0 25 0 1 0 1160761700 49971200 11589 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12200 11589 112 221 0 11976 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 48800

[startup+762.306 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 26474
/proc/meminfo: memFree=1526984/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=49276 CPUtime=762.1
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12405 0 0 0 76198 12 0 0 25 0 1 0 1160761700 50458624 11695 1992294400 4194304 5102648 548682068768 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12319 11695 112 221 0 12095 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 49276

[startup+822.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 26474
/proc/meminfo: memFree=1526920/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=49276 CPUtime=822.09
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12411 0 0 0 82196 13 0 0 25 0 1 0 1160761700 50458624 11701 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12319 11701 112 221 0 12095 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 49276

[startup+882.302 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 26474
/proc/meminfo: memFree=1526856/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=49276 CPUtime=882.08
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12412 0 0 0 88195 13 0 0 25 0 1 0 1160761700 50458624 11702 1992294400 4194304 5102648 548682068768 18446744073709551615 4254897 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12319 11702 112 221 0 12095 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 49276

[startup+942.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 26474
/proc/meminfo: memFree=1526472/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=49808 CPUtime=942.06
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12511 0 0 0 94193 13 0 0 25 0 1 0 1160761700 51003392 11801 1992294400 4194304 5102648 548682068768 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12452 11801 112 221 0 12228 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 49808

[startup+1002.3 s]
/proc/loadavg: 1.01 1.02 1.00 3/65 26474
/proc/meminfo: memFree=1526408/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=49808 CPUtime=1002.04
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12537 0 0 0 100191 13 0 0 25 0 1 0 1160761700 51003392 11827 1992294400 4194304 5102648 548682068768 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12452 11827 112 221 0 12228 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 49808

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 26474
/proc/meminfo: memFree=1526216/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=49944 CPUtime=1062.03
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 12576 0 0 0 106189 14 0 0 25 0 1 0 1160761700 51142656 11866 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 12486 11866 112 221 0 12262 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 49944

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 26474
/proc/meminfo: memFree=1524360/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=52112 CPUtime=1122.01
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 13033 0 0 0 112187 14 0 0 25 0 1 0 1160761700 53362688 12323 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 13028 12323 112 221 0 12804 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 52112

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26474
/proc/meminfo: memFree=1524040/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=52408 CPUtime=1182
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 13098 0 0 0 118185 15 0 0 25 0 1 0 1160761700 53665792 12388 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 13102 12388 112 221 0 12878 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 52408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26474
/proc/meminfo: memFree=1523976/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=52408 CPUtime=1200
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 13098 0 0 0 119985 15 0 0 25 0 1 0 1160761700 53665792 12388 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 13102 12388 112 221 0 12878 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 52408

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26474
/proc/meminfo: memFree=1523976/2055920 swapFree=4176772/4192956
[pid=26471] ppid=26469 vsize=52408 CPUtime=1200
/proc/26471/stat : 26471 (varsat-crafted_) R 26469 26471 26341 0 -1 4194304 13098 0 0 0 119985 15 0 0 25 0 1 0 1160761700 53665792 12388 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26471/statm: 13102 12388 112 221 0 12878 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 52408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.02
CPU user time (s): 1199.86
CPU system time (s): 0.161975
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 52408

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

runsolver used 0.977851 second user time and 2.76958 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-04 23:36:33
IDJOB=1559265
IDBENCH=70873
IDSOLVER=537
FILE ID=node48/1559265-1238880993
PBS_JOBID= 9086000
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=405056703

node48.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1574512 kB
Buffers:         49300 kB
Cached:         366260 kB
SwapCached:      10120 kB
Active:         162648 kB
Inactive:       265408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574512 kB
SwapTotal:     4192956 kB
SwapFree:      4176772 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          17124 kB
Slab:            39292 kB
Committed_AS:  3081180 kB
PageTables:       1376 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 node48 at 2009-04-04 23:56:36