Trace number 1589812

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
minisat2-simp 070721? (TO) 1200.11 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-20-s100.cnf
MD5SUM5d7745a7593199a47cd1accba5810ed0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.318
Satisfiable
(Un)Satisfiability was proved
Number of variables31503
Number of clauses94748
Sum of the clauses size223300
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260816
Number of clauses of size 333868
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  31503                                                |
0.00/0.00	|  Number of clauses:    94748                                                |
0.09/0.10	|  Parsing time:         0.09         s                                       |
0.59/0.60	============================[ Search Statistics ]==============================
0.59/0.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.60	===============================================================================
0.59/0.60	|         0 |   13733    56849   158704 |    18949        0    nan |  0.000 % |
0.89/0.92	|       100 |   13695    56849   158704 |    20844       96     40 |  4.628 % |
1.59/1.65	|       250 |   13539    55818   156237 |    22929      245     27 |  4.628 % |
2.99/3.02	|       475 |   13539    55818   156237 |    25222      470     23 |  4.628 % |
4.69/4.76	|       812 |   13539    55818   156237 |    27744      807     22 |  4.628 % |
7.29/7.32	|      1318 |   13539    55818   156237 |    30518     1313     20 |  4.628 % |
11.89/11.94	|      2078 |   13539    55818   156237 |    33570     2073     19 |  4.628 % |
17.19/17.26	|      3218 |   13539    55818   156237 |    36927     3213     21 |  4.628 % |
26.48/26.51	|      4926 |   13539    55818   156237 |    40620     4921     21 |  4.628 % |
39.88/39.97	|      7490 |   13539    55818   156237 |    44682     7485     20 |  4.628 % |
63.07/63.12	|     11335 |   13539    55818   156237 |    49150    11330     19 |  4.628 % |
97.36/97.46	|     17103 |   13539    55818   156237 |    54065    17098     19 |  4.628 % |
135.55/135.65	|     25753 |   13539    55818   156237 |    59472    25748     21 |  4.628 % |
213.94/214.05	|     38727 |   13539    55818   156237 |    65419    38722     21 |  4.628 % |
342.10/342.22	|     58189 |   13490    55606   155753 |    71961    58178     23 |  4.784 % |
534.76/534.94	|     87382 |   13440    55393   155263 |    79157    28008     19 |  4.942 % |
813.88/814.17	|    131172 |   13440    55393   155263 |    87073    71798     20 |  4.942 % |

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-1589812-1239111358/watcher-1589812-1239111358 -o /tmp/evaluation-result-1589812-1239111358/solver-1589812-1239111358 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589812-1239111358.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.99 0.98 0.99 3/64 3702
/proc/meminfo: memFree=1174688/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=2928 CPUtime=0
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 565 0 0 0 0 0 0 0 20 0 1 0 1183801208 2998272 550 1992294400 134512640 135243866 4294956256 18446744073709551615 134553517 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 732 552 62 178 0 552 0

[startup+0.0736879 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3702
/proc/meminfo: memFree=1174688/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=9844 CPUtime=0.07
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 2075 0 0 0 6 1 0 0 20 0 1 0 1183801208 10080256 2030 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 2461 2030 65 178 0 2281 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9844

[startup+0.101689 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3702
/proc/meminfo: memFree=1174688/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=11164 CPUtime=0.09
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 2463 0 0 0 8 1 0 0 20 0 1 0 1183801208 11431936 2418 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 2791 2418 65 178 0 2611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11164

[startup+0.301709 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3702
/proc/meminfo: memFree=1174688/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=16408 CPUtime=0.29
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 3740 0 0 0 28 1 0 0 22 0 1 0 1183801208 16801792 3695 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4102 3696 81 178 0 3922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16408

[startup+0.70175 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3702
/proc/meminfo: memFree=1174688/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=16908 CPUtime=0.69
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4383 0 0 0 67 2 0 0 25 0 1 0 1183801208 17313792 3913 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4227 3913 84 178 0 4047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16908

[startup+1.50183 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1159128/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=16908 CPUtime=1.49
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4385 0 0 0 147 2 0 0 25 0 1 0 1183801208 17313792 3915 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4227 3915 86 178 0 4047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16908

[startup+3.10199 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1159000/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=16908 CPUtime=3.09
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4385 0 0 0 307 2 0 0 25 0 1 0 1183801208 17313792 3915 1992294400 134512640 135243866 4294956256 18446744073709551615 134567951 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4227 3915 86 178 0 4047 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16908

[startup+6.30132 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1158936/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=16908 CPUtime=6.29
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4385 0 0 0 627 2 0 0 25 0 1 0 1183801208 17313792 3915 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4227 3915 86 178 0 4047 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16908

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1158880/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=16908 CPUtime=12.69
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4385 0 0 0 1267 2 0 0 25 0 1 0 1183801208 17313792 3915 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4227 3915 86 178 0 4047 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16908

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1158880/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=17040 CPUtime=25.48
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4400 0 0 0 2546 2 0 0 25 0 1 0 1183801208 17448960 3930 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4260 3930 86 178 0 4080 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17040

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1158880/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=17176 CPUtime=51.08
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4443 0 0 0 5106 2 0 0 25 0 1 0 1183801208 17588224 3973 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4294 3973 86 178 0 4114 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17176

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1158432/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=17608 CPUtime=102.27
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4545 0 0 0 10225 2 0 0 25 0 1 0 1183801208 18030592 4075 1992294400 134512640 135243866 4294956256 18446744073709551615 134555730 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4402 4075 86 178 0 4222 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 17608

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1158176/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=17972 CPUtime=162.24
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4604 0 0 0 16222 2 0 0 25 0 1 0 1183801208 18403328 4134 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4493 4134 86 178 0 4313 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17972

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1157408/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=18544 CPUtime=222.24
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 4774 0 0 0 22221 3 0 0 25 0 1 0 1183801208 18989056 4304 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4636 4304 86 178 0 4456 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 18544

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1156128/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=19868 CPUtime=282.22
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 5087 0 0 0 28219 3 0 0 25 0 1 0 1183801208 20344832 4617 1992294400 134512640 135243866 4294956256 18446744073709551615 134558438 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 4967 4617 86 178 0 4787 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 19868

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1154528/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=21408 CPUtime=342.2
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 5477 0 0 0 34217 3 0 0 25 0 1 0 1183801208 21921792 5007 1992294400 134512640 135243866 4294956256 18446744073709551615 134565430 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5352 5007 86 178 0 5172 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 21408

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1153760/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=22312 CPUtime=402.19
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 5671 0 0 0 40215 4 0 0 25 0 1 0 1183801208 22847488 5201 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5578 5201 86 178 0 5398 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 22312

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3703
/proc/meminfo: memFree=1152864/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=23240 CPUtime=462.18
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 5892 0 0 0 46214 4 0 0 25 0 1 0 1183801208 23797760 5422 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5810 5422 86 178 0 5630 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 23240

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1152608/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=23408 CPUtime=522.16
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 5940 0 0 0 52212 4 0 0 25 0 1 0 1183801208 23969792 5470 1992294400 134512640 135243866 4294956256 18446744073709551615 134556188 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5852 5470 86 178 0 5672 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 23408

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1152416/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=23704 CPUtime=582.14
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 5984 0 0 0 58210 4 0 0 25 0 1 0 1183801208 24272896 5514 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5926 5514 86 178 0 5746 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 23704

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1152288/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=23704 CPUtime=642.13
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6010 0 0 0 64209 4 0 0 25 0 1 0 1183801208 24272896 5540 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5926 5540 86 178 0 5746 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 23704

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1152160/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=23916 CPUtime=702.11
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6037 0 0 0 70207 4 0 0 25 0 1 0 1183801208 24489984 5567 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5979 5567 86 178 0 5799 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 23916

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1152160/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=23916 CPUtime=762.1
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6038 0 0 0 76206 4 0 0 25 0 1 0 1183801208 24489984 5568 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 5979 5568 86 178 0 5799 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 23916

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1151648/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=24396 CPUtime=822.08
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6160 0 0 0 82204 4 0 0 25 0 1 0 1183801208 24981504 5690 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6099 5690 86 178 0 5919 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 24396

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1151008/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25116 CPUtime=882.07
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6307 0 0 0 88202 5 0 0 25 0 1 0 1183801208 25718784 5837 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6279 5837 86 178 0 6099 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 25116

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1150496/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25512 CPUtime=942.05
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6443 0 0 0 94200 5 0 0 25 0 1 0 1183801208 26124288 5973 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6378 5973 86 178 0 6198 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 25512

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1150432/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25684 CPUtime=1002.04
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6456 0 0 0 100199 5 0 0 25 0 1 0 1183801208 26300416 5986 1992294400 134512640 135243866 4294956256 18446744073709551615 134558631 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6421 5986 86 178 0 6241 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 25684

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1150368/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25684 CPUtime=1062.02
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6458 0 0 0 106197 5 0 0 25 0 1 0 1183801208 26300416 5988 1992294400 134512640 135243866 4294956256 18446744073709551615 134556149 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6421 5988 86 178 0 6241 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 25684

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1150368/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25684 CPUtime=1122
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6459 0 0 0 112195 5 0 0 25 0 1 0 1183801208 26300416 5989 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6421 5989 86 178 0 6241 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 25684

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1150368/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25684 CPUtime=1181.99
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6459 0 0 0 118194 5 0 0 25 0 1 0 1183801208 26300416 5989 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6421 5989 86 178 0 6241 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 25684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3705
/proc/meminfo: memFree=1150368/2055920 swapFree=4176456/4192956
[pid=3702] ppid=3700 vsize=25684 CPUtime=1200.09
/proc/3702/stat : 3702 (minisat_static) R 3700 3702 3430 0 -1 4194304 6459 0 0 0 120004 5 0 0 25 0 1 0 1183801208 26300416 5989 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3702/statm: 6421 5989 86 178 0 6241 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 25684

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.11
CPU user time (s): 1200.04
CPU system time (s): 0.06199
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 25684

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

runsolver used 1.03684 second user time and 3.34249 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-07 15:35:58
IDJOB=1589812
IDBENCH=70853
IDSOLVER=568
FILE ID=node27/1589812-1239111358
PBS_JOBID= 9110803
Free space on /tmp= 66344 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-20-s100.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589812-1239111358/watcher-1589812-1239111358 -o /tmp/evaluation-result-1589812-1239111358/solver-1589812-1239111358 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589812-1239111358.cnf

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

MD5SUM BENCH= 5d7745a7593199a47cd1accba5810ed0
RANDOM SEED=1627783322

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1175104 kB
Buffers:         52600 kB
Cached:         751376 kB
SwapCached:       9576 kB
Active:          28248 kB
Inactive:       786904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175104 kB
SwapTotal:     4192956 kB
SwapFree:      4176456 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          16828 kB
Slab:            51548 kB
Committed_AS:  3483116 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node27 at 2009-04-07 15:56:01