Trace number 1558857

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.09 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.09/0.10	c |  Number of variables:         32402                                         |
0.09/0.10	c |  Number of clauses:           97364                                         |
0.09/0.10	c |  Parse time:                   0.09 s                                       |
0.49/0.52	c |  Simplification time:          0.41 s                                       |
0.49/0.52	c |                                                                             |
0.49/0.52	c ============================[ Search Statistics ]==============================
0.49/0.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.52	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.52	c ===============================================================================
0.49/0.57	c |       100 |   14481    60744   167437 |    22272       96     55 |  4.012 % |
0.69/0.73	c |       250 |   14481    59203   163646 |    24500      246     44 |  4.012 % |
0.99/1.06	c |       475 |   14481    59203   163646 |    26950      471     41 |  4.012 % |
1.79/1.85	c |       812 |   14481    59203   163646 |    29645      808     41 |  4.012 % |
3.09/3.24	c |      1318 |   14481    59203   163646 |    32609     1314     39 |  4.012 % |
5.29/5.38	c |      2077 |   14481    59203   163646 |    35870     2073     39 |  4.012 % |
8.78/8.86	c |      3216 |   14481    59203   163646 |    39457     3212     39 |  4.012 % |
12.99/13.02	c |      4924 |   14481    59203   163646 |    43403     4920     40 |  4.012 % |
20.69/20.72	c |      7486 |   14481    59203   163646 |    47743     7482     39 |  4.012 % |
31.49/31.58	c |     11330 |   14481    59203   163646 |    52518    11326     39 |  4.012 % |
49.17/49.20	c |     17096 |   14481    59203   163646 |    57769    17092     40 |  4.012 % |
77.27/77.38	c |     25745 |   14481    59203   163646 |    63546    25741     40 |  4.012 % |
126.25/126.37	c |     38719 |   14481    59203   163646 |    69901    38715     39 |  4.012 % |
194.93/195.00	c |     58180 |   14481    59203   163646 |    76891    58176     38 |  4.012 % |
308.81/308.90	c |     87372 |   14481    59203   163646 |    84580    25485     31 |  4.012 % |
475.67/475.88	c |    131161 |   14481    59203   163646 |    93039    69274     34 |  4.012 % |
720.70/720.98	c |    196845 |   14481    59203   163646 |   102342    60158     38 |  4.012 % |
1112.58/1112.93	c |    295371 |   14481    59203   163646 |   112577    76326     36 |  4.012 % |

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-1558857-1238875181/watcher-1558857-1238875181 -o /tmp/evaluation-result-1558857-1238875181/solver-1558857-1238875181 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1558857-1238875181.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 1.15 3/73 9886
/proc/meminfo: memFree=1801784/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=8188 CPUtime=0
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 560 0 0 0 0 0 0 0 18 0 1 0 1160182601 8384512 544 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 2047 544 62 219 0 1825 0

[startup+0.053338 s]
/proc/loadavg: 0.92 0.98 1.15 3/73 9886
/proc/meminfo: memFree=1801784/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=13908 CPUtime=0.04
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 1966 0 0 0 4 0 0 0 18 0 1 0 1160182601 14241792 1909 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 3477 1910 63 219 0 3255 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13908

[startup+0.101343 s]
/proc/loadavg: 0.92 0.98 1.15 3/73 9886
/proc/meminfo: memFree=1801784/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16488 CPUtime=0.09
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 2973 0 0 0 8 1 0 0 18 0 1 0 1160182601 16883712 2764 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4122 2765 63 219 0 3900 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16488

[startup+0.301365 s]
/proc/loadavg: 0.92 0.98 1.15 3/73 9886
/proc/meminfo: memFree=1801784/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=18400 CPUtime=0.29
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 3703 0 0 0 28 1 0 0 19 0 1 0 1160182601 18841600 3494 1992294400 4194304 5092341 548682068832 18446744073709551615 4226799 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4600 3494 88 219 0 4378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18400

[startup+0.701414 s]
/proc/loadavg: 0.92 0.98 1.15 3/73 9886
/proc/meminfo: memFree=1801784/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=0.69
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4096 0 0 0 68 1 0 0 23 0 1 0 1160182601 17252352 2765 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 2765 100 219 0 3990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16848

[startup+1.5025 s]
/proc/loadavg: 0.92 0.98 1.15 2/74 9887
/proc/meminfo: memFree=1790832/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=1.49
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4115 0 0 0 148 1 0 0 25 0 1 0 1160182601 17252352 2784 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 2784 100 219 0 3990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16848

[startup+3.10169 s]
/proc/loadavg: 0.92 0.98 1.15 2/74 9887
/proc/meminfo: memFree=1790704/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=3.09
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4138 0 0 0 308 1 0 0 25 0 1 0 1160182601 17252352 2807 1992294400 4194304 5092341 548682068832 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 2807 100 219 0 3990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16848

[startup+6.30107 s]
/proc/loadavg: 1.17 1.03 1.16 2/74 9887
/proc/meminfo: memFree=1790384/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=6.29
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4181 0 0 0 628 1 0 0 25 0 1 0 1160182601 17252352 2850 1992294400 4194304 5092341 548682068832 18446744073709551615 4240931 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 2850 100 219 0 3990 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16848

[startup+12.7018 s]
/proc/loadavg: 1.15 1.03 1.16 2/74 9887
/proc/meminfo: memFree=1789936/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=12.7
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4285 0 0 0 1268 2 0 0 25 0 1 0 1160182601 17252352 2954 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 2954 100 219 0 3990 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16848

[startup+25.5013 s]
/proc/loadavg: 1.12 1.03 1.16 2/74 9887
/proc/meminfo: memFree=1789296/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=25.49
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4447 0 0 0 2547 2 0 0 25 0 1 0 1160182601 17252352 3116 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 3116 100 219 0 3990 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16848

[startup+51.1013 s]
/proc/loadavg: 1.08 1.03 1.16 2/74 9887
/proc/meminfo: memFree=1787824/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=16848 CPUtime=51.07
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 4819 0 0 0 5105 2 0 0 25 0 1 0 1160182601 17252352 3488 1992294400 4194304 5092341 548682068832 18446744073709551615 4250309 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 4212 3488 100 219 0 3990 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16848

[startup+102.301 s]
/proc/loadavg: 1.03 1.02 1.15 2/74 9893
/proc/meminfo: memFree=1784688/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=20280 CPUtime=102.26
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 5580 0 0 0 10222 4 0 0 25 0 1 0 1160182601 20766720 4249 1992294400 4194304 5092341 548682068832 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 5070 4249 100 219 0 4848 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20280

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.13 2/74 9893
/proc/meminfo: memFree=1781040/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=25172 CPUtime=162.25
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 6484 0 0 0 16220 5 0 0 25 0 1 0 1160182601 25776128 5153 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 6293 5153 100 219 0 6071 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25172

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.12 2/74 9893
/proc/meminfo: memFree=1777904/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=26276 CPUtime=222.22
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 7275 0 0 0 22217 5 0 0 25 0 1 0 1160182601 26906624 5944 1992294400 4194304 5092341 548682068832 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 6569 5944 100 219 0 6347 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 26276

[startup+282.306 s]
/proc/loadavg: 1.00 1.00 1.11 2/74 9893
/proc/meminfo: memFree=1784688/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=20892 CPUtime=282.21
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 8792 0 0 0 28215 6 0 0 25 0 1 0 1160182601 21393408 4232 1992294400 4194304 5092341 548682068832 18446744073709551615 4241256 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 5223 4232 100 219 0 5001 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20892

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.10 2/74 9893
/proc/meminfo: memFree=1782448/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=28676 CPUtime=342.19
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 9355 0 0 0 34212 7 0 0 25 0 1 0 1160182601 29364224 4795 1992294400 4194304 5092341 548682068832 18446744073709551615 4240545 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 7169 4795 100 219 0 6947 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 28676

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/74 9893
/proc/meminfo: memFree=1779952/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=28676 CPUtime=402.18
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 9968 0 0 0 40210 8 0 0 25 0 1 0 1160182601 29364224 5408 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 7169 5408 100 219 0 6947 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 28676

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 9893
/proc/meminfo: memFree=1769456/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=35544 CPUtime=462.16
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 12585 0 0 0 46207 9 0 0 25 0 1 0 1160182601 36397056 8025 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 8886 8025 100 219 0 8664 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 35544

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 9893
/proc/meminfo: memFree=1766640/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=522.15
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 13275 0 0 0 52204 11 0 0 25 0 1 0 1160182601 54333440 8715 1992294400 4194304 5092341 548682068832 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 8715 100 219 0 13043 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 53060

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/74 9893
/proc/meminfo: memFree=1764528/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=582.14
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 13791 0 0 0 58202 12 0 0 25 0 1 0 1160182601 54333440 9231 1992294400 4194304 5092341 548682068832 18446744073709551615 4249605 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 9231 100 219 0 13043 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 53060

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/74 9893
/proc/meminfo: memFree=1764528/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=642.12
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 13791 0 0 0 64200 12 0 0 25 0 1 0 1160182601 54333440 9231 1992294400 4194304 5092341 548682068832 18446744073709551615 4240692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 9231 100 219 0 13043 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 53060

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/74 9893
/proc/meminfo: memFree=1764464/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=702.1
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 13791 0 0 0 70198 12 0 0 25 0 1 0 1160182601 54333440 9231 1992294400 4194304 5092341 548682068832 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 9231 100 219 0 13043 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 53060

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/74 9893
/proc/meminfo: memFree=1764464/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=762.09
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 13792 0 0 0 76197 12 0 0 25 0 1 0 1160182601 54333440 9232 1992294400 4194304 5092341 548682068832 18446744073709551615 4249564 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 9232 100 219 0 13043 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 53060

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/74 9893
/proc/meminfo: memFree=1764464/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=822.08
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 13792 0 0 0 82196 12 0 0 25 0 1 0 1160182601 54333440 9232 1992294400 4194304 5092341 548682068832 18446744073709551615 4241256 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 9232 100 219 0 13043 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 53060

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/74 9893
/proc/meminfo: memFree=1763120/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=882.05
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 14126 0 0 0 88193 12 0 0 25 0 1 0 1160182601 54333440 9566 1992294400 4194304 5092341 548682068832 18446744073709551615 4241622 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 9566 100 219 0 13043 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 53060

[startup+942.306 s]
/proc/loadavg: 1.00 1.00 1.04 2/74 9893
/proc/meminfo: memFree=1756656/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=942.04
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 15730 0 0 0 94191 13 0 0 25 0 1 0 1160182601 54333440 11170 1992294400 4194304 5092341 548682068832 18446744073709551615 4249569 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 11170 100 219 0 13043 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 53060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/74 9893
/proc/meminfo: memFree=1754288/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=1002.02
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 16345 0 0 0 100188 14 0 0 25 0 1 0 1160182601 54333440 11785 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 11785 100 219 0 13043 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 53060

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/74 9893
/proc/meminfo: memFree=1751920/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=1062
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 16913 0 0 0 106185 15 0 0 25 0 1 0 1160182601 54333440 12353 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 12353 100 219 0 13043 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 53060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/74 9893
/proc/meminfo: memFree=1750640/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=1121.98
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 17234 0 0 0 112183 15 0 0 25 0 1 0 1160182601 54333440 12674 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 12674 100 219 0 13043 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 53060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/74 9893
/proc/meminfo: memFree=1750576/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=1181.97
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 17236 0 0 0 118182 15 0 0 25 0 1 0 1160182601 54333440 12676 1992294400 4194304 5092341 548682068832 18446744073709551615 4240871 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 12676 100 219 0 13043 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 53060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.01 2/74 9893
/proc/meminfo: memFree=1750576/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=1200.07
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 17236 0 0 0 119992 15 0 0 25 0 1 0 1160182601 54333440 12676 1992294400 4194304 5092341 548682068832 18446744073709551615 4244100 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 12676 100 219 0 13043 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 53060

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.01 2/74 9893
/proc/meminfo: memFree=1750576/2055920 swapFree=4175408/4192956
[pid=9886] ppid=9884 vsize=53060 CPUtime=1200.07
/proc/9886/stat : 9886 (minisat) R 9884 9886 9585 0 -1 4194304 17236 0 0 0 119992 15 0 0 25 0 1 0 1160182601 54333440 12676 1992294400 4194304 5092341 548682068832 18446744073709551615 4244100 0 0 4096 3 0 0 0 17 1 0 0
/proc/9886/statm: 13265 12676 100 219 0 13043 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 53060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1199.92
CPU system time (s): 0.168974
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 53060

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

runsolver used 1.14783 second user time and 3.22651 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-04 21:59:41
IDJOB=1558857
IDBENCH=70865
IDSOLVER=546
FILE ID=node77/1558857-1238875181
PBS_JOBID= 9085961
Free space on /tmp= 66544 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-33-s100.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1558857-1238875181/watcher-1558857-1238875181 -o /tmp/evaluation-result-1558857-1238875181/solver-1558857-1238875181 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1558857-1238875181.cnf

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=59080052

node77.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.230
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.230
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:       1802200 kB
Buffers:         32980 kB
Cached:         147852 kB
SwapCached:       8888 kB
Active:          38572 kB
Inactive:       154940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802200 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:          16324 kB
Slab:            45272 kB
Committed_AS:  3104064 kB
PageTables:       1984 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= 66544 MiB
End job on node77 at 2009-04-04 22:19:43