Trace number 1807369

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.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes1.cnf
MD5SUMd217d44a5e3291823bfd6ded60a7812f
Bench CategoryCRAFTED (crafted 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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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:  1150                                                 |
0.00/0.00	|  Number of clauses:    84314                                                |
0.02/0.05	|  Parsing time:         0.05         s                                       |
1.59/1.60	============================[ Search Statistics ]==============================
1.59/1.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.60	===============================================================================
1.59/1.60	|         0 |    1100    83164   251412 |    27721        0    nan |  0.000 % |
1.59/1.62	|       102 |    1100    83164   251412 |    30493      102    134 |  0.000 % |
1.59/1.64	|       253 |    1100    83164   251412 |    33542      253    131 |  0.000 % |
1.59/1.67	|       481 |    1100    83164   251412 |    36897      481    125 |  0.000 % |
1.69/1.71	|       818 |    1100    83164   251412 |    40586      818    130 |  0.000 % |
1.69/1.78	|      1324 |    1100    83164   251412 |    44645     1324    140 |  0.000 % |
1.89/1.92	|      2084 |    1100    83164   251412 |    49110     2084    147 |  0.000 % |
2.09/2.15	|      3223 |    1100    83164   251412 |    54021     3223    146 |  0.000 % |
2.59/2.61	|      4931 |    1100    83164   251412 |    59423     4931    148 |  0.000 % |
3.20/3.29	|      7494 |    1100    83164   251412 |    65365     7494    153 |  0.000 % |
4.59/4.69	|     11338 |    1100    83164   251412 |    71901    11338    155 |  0.000 % |
7.69/7.79	|     17104 |    1100    83164   251412 |    79092    17104    156 |  0.000 % |
13.59/13.65	|     25753 |    1100    83164   251412 |    87001    25753    156 |  0.000 % |
29.98/30.04	|     38730 |    1100    83164   251412 |    95701    38730    158 |  0.000 % |
63.57/63.62	|     58191 |    1100    83164   251412 |   105271    58191    153 |  0.000 % |
142.55/142.60	|     87383 |    1100    83164   251412 |   115798    87383    148 |  0.000 % |
229.03/229.19	|    131173 |    1100    83164   251412 |   127378    32068    137 |  0.000 % |
345.00/345.19	|    196857 |    1100    83164   251412 |   140116    97752    141 |  0.000 % |
526.85/527.08	|    295386 |    1100    83164   251412 |   154128    76004    138 |  0.000 % |
810.18/810.44	|    443176 |    1100    83164   251412 |   169541    87732    134 |  0.000 % |

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-1807369-1242157456/watcher-1807369-1242157456 -o /tmp/evaluation-result-1807369-1242157456/solver-1807369-1242157456 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807369-1242157456.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14907
/proc/meminfo: memFree=1665160/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=2056 CPUtime=0
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 243773509 2105344 381 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 514 381 65 178 0 334 0

[startup+0.0297821 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14907
/proc/meminfo: memFree=1665160/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=4152 CPUtime=0.02
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 893 0 0 0 2 0 0 0 18 0 1 0 243773509 4251648 878 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 1038 878 65 178 0 858 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4152

[startup+0.101788 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14907
/proc/meminfo: memFree=1665160/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=6528 CPUtime=0.09
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 1512 0 0 0 9 0 0 0 18 0 1 0 243773509 6684672 1497 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 1632 1497 80 178 0 1452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6528

[startup+0.301808 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14907
/proc/meminfo: memFree=1665160/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=6528 CPUtime=0.29
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 1512 0 0 0 29 0 0 0 19 0 1 0 243773509 6684672 1497 1992294400 134512640 135243866 4294956256 18446744073709551615 134535638 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 1632 1497 80 178 0 1452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6528

[startup+0.701848 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 14907
/proc/meminfo: memFree=1665160/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=8296 CPUtime=0.69
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 1923 0 0 0 69 0 0 0 22 0 1 0 243773509 8495104 1908 1992294400 134512640 135243866 4294956256 18446744073709551615 134532108 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 2074 1908 81 178 0 1894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8296

[startup+1.50193 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1657856/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=8296 CPUtime=1.49
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 1943 0 0 0 149 0 0 0 25 0 1 0 243773509 8495104 1928 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 2074 1928 81 178 0 1894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8296

[startup+3.10109 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1657856/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=10652 CPUtime=3.09
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 2746 0 0 0 308 1 0 0 25 0 1 0 243773509 10907648 2536 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 2663 2536 87 178 0 2483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10652

[startup+6.30142 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1651072/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=15832 CPUtime=6.29
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 4062 0 0 0 627 2 0 0 25 0 1 0 243773509 16211968 3852 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 3958 3852 87 178 0 3778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15832

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1643784/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=22444 CPUtime=12.68
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 5688 0 0 0 1264 4 0 0 25 0 1 0 243773509 22982656 5478 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 5611 5478 87 178 0 5431 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22444

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1635592/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=30268 CPUtime=25.48
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 7641 0 0 0 2542 6 0 0 25 0 1 0 243773509 30994432 7431 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 7567 7431 87 178 0 7387 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30268

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1625800/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=40092 CPUtime=51.07
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 10102 0 0 0 5097 10 0 0 25 0 1 0 243773509 41054208 9892 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 10023 9892 87 178 0 9843 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40092

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1612744/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=53136 CPUtime=102.26
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 13332 0 0 0 10213 13 0 0 25 0 1 0 243773509 54411264 13122 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 13284 13122 87 178 0 13104 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53136

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1599880/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=66300 CPUtime=162.25
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 16578 0 0 0 16207 18 0 0 25 0 1 0 243773509 67891200 16368 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 16575 16368 87 178 0 16395 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66300

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1585416/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=80456 CPUtime=222.24
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 20119 0 0 0 22201 23 0 0 25 0 1 0 243773509 82386944 19909 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 20114 19909 87 178 0 19934 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 80456

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1585416/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=80456 CPUtime=282.22
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 20124 0 0 0 28199 23 0 0 25 0 1 0 243773509 82386944 19914 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 20114 19914 87 178 0 19934 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 80456

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1585416/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=80456 CPUtime=342.2
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 20127 0 0 0 34197 23 0 0 25 0 1 0 243773509 82386944 19917 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 20114 19917 87 178 0 19934 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 80456

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1585160/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=80884 CPUtime=402.18
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 20226 0 0 0 40195 23 0 0 25 0 1 0 243773509 82825216 20016 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 20221 20016 87 178 0 20041 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 80884

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1569992/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=96088 CPUtime=462.17
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 23960 0 0 0 46190 27 0 0 25 0 1 0 243773509 98394112 23750 1992294400 134512640 135243866 4294956256 18446744073709551615 134563960 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 24022 23750 87 178 0 23842 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 96088

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1569992/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=96088 CPUtime=522.16
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 23962 0 0 0 52189 27 0 0 25 0 1 0 243773509 98394112 23752 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 24022 23752 87 178 0 23842 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 96088

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1569928/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=96088 CPUtime=582.14
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 23962 0 0 0 58187 27 0 0 25 0 1 0 243773509 98394112 23752 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 24022 23752 87 178 0 23842 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 96088

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1569928/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=96088 CPUtime=642.13
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 23967 0 0 0 64186 27 0 0 25 0 1 0 243773509 98394112 23757 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 24022 23757 87 178 0 23842 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 96088

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1564936/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=101344 CPUtime=702.11
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 25261 0 0 0 70181 30 0 0 25 0 1 0 243773509 103776256 25051 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 25336 25051 87 178 0 25156 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 101344

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1560456/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=105652 CPUtime=762.1
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 26325 0 0 0 76178 32 0 0 25 0 1 0 243773509 108187648 26115 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 26413 26115 87 178 0 26233 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 105652

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1560392/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=105652 CPUtime=822.08
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 26326 0 0 0 82176 32 0 0 25 0 1 0 243773509 108187648 26116 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 26413 26116 87 178 0 26233 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 105652

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1560456/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=105652 CPUtime=882.06
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 26326 0 0 0 88174 32 0 0 25 0 1 0 243773509 108187648 26116 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 26413 26116 87 178 0 26233 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 105652

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1560392/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=105652 CPUtime=942.05
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 26326 0 0 0 94172 33 0 0 25 0 1 0 243773509 108187648 26116 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 26413 26116 87 178 0 26233 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 105652

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14908
/proc/meminfo: memFree=1559880/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=106180 CPUtime=1002.04
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 26473 0 0 0 100171 33 0 0 25 0 1 0 243773509 108728320 26263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 26545 26263 87 178 0 26365 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 106180

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14914
/proc/meminfo: memFree=1552128/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=113932 CPUtime=1062.02
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 28405 0 0 0 106166 36 0 0 25 0 1 0 243773509 116666368 28195 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 28483 28195 87 178 0 28303 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 113932

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14914
/proc/meminfo: memFree=1552128/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=113932 CPUtime=1122
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 28405 0 0 0 112164 36 0 0 25 0 1 0 243773509 116666368 28195 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 28483 28195 87 178 0 28303 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 113932

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14914
/proc/meminfo: memFree=1552064/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=113932 CPUtime=1181.99
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 28405 0 0 0 118163 36 0 0 25 0 1 0 243773509 116666368 28195 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 28483 28195 87 178 0 28303 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 113932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14914
/proc/meminfo: memFree=1552064/2055920 swapFree=4179768/4192956
[pid=14907] ppid=14905 vsize=113932 CPUtime=1200.09
/proc/14907/stat : 14907 (minisat_static) R 14905 14907 14870 0 -1 4194304 28405 0 0 0 119973 36 0 0 25 0 1 0 243773509 116666368 28195 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14907/statm: 28483 28195 87 178 0 28303 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 113932

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.42
CPU time (s): 1200.11
CPU user time (s): 1199.73
CPU system time (s): 0.380942
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 113932

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

runsolver used 0.84887 second user time and 2.53661 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-12 21:44:16
IDJOB=1807369
IDBENCH=71613
IDSOLVER=568
FILE ID=node45/1807369-1242157456
PBS_JOBID= 9289752
Free space on /tmp= 66208 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807369-1242157456/watcher-1807369-1242157456 -o /tmp/evaluation-result-1807369-1242157456/solver-1807369-1242157456 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807369-1242157456.cnf

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

MD5SUM BENCH= d217d44a5e3291823bfd6ded60a7812f
RANDOM SEED=587886879

node45.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.231
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.231
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:       1665648 kB
Buffers:         48216 kB
Cached:         259472 kB
SwapCached:       6948 kB
Active:          70016 kB
Inactive:       245912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665648 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:          13900 kB
Slab:            60320 kB
Committed_AS:   882504 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= 66208 MiB
End job on node45 at 2009-05-12 22:04:19