Trace number 1590006

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.15 1200.66

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
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 variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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:  199290                                               |
0.00/0.00	|  Number of clauses:    1005792                                              |
1.69/1.73	|  Parsing time:         1.60         s                                       |
4.19/4.29	============================[ Search Statistics ]==============================
4.19/4.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.19/4.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.19/4.29	===============================================================================
4.19/4.29	|         0 |  101249   635768  1748559 |   211922        0    nan |  0.000 % |
4.68/4.76	|       100 |  101079   635768  1748559 |   233114       97    109 | 24.495 % |
4.88/4.99	|       251 |  101029   635768  1748559 |   256426      247     94 | 24.636 % |
5.28/5.31	|       476 |  101027   635768  1748559 |   282069      472     80 | 24.636 % |
5.48/5.53	|       816 |  101027   635768  1748559 |   310275      812    100 | 24.636 % |
5.88/5.98	|      1325 |  101019   635768  1748559 |   341303     1319    107 | 24.649 % |
7.18/7.26	|      2084 |   99041   619306  1706376 |   375433     2071    103 | 25.266 % |
8.98/9.06	|      3223 |   98852   618627  1704990 |   412977     3203    105 | 25.391 % |
11.18/11.23	|      4931 |   98521   616683  1700236 |   454275     4904    124 | 25.539 % |
15.38/15.42	|      7493 |   96565   607505  1681129 |   499702     7429    111 | 26.828 % |
23.18/23.25	|     11337 |   93181   587816  1631525 |   549672    11223    113 | 29.131 % |
39.57/39.61	|     17107 |   90944   572164  1593146 |   604640    16933    151 | 29.329 % |
67.96/68.00	|     25756 |   90747   570838  1589701 |   665104    25538    201 | 29.427 % |
122.24/122.36	|     38730 |   89497   564695  1576344 |   731614    38319    238 | 30.055 % |
208.90/209.03	|     58191 |   89235   563159  1572680 |   804775    57692    279 | 30.194 % |
364.83/365.06	|     87383 |   87682   553113  1547915 |   885253    86656    311 | 30.970 % |
632.31/632.62	|    131172 |   84151   518661  1455798 |   973778    87026    313 | 32.744 % |
1070.83/1071.32	|    196857 |   80261   497512  1408002 |  1071156   151394    342 | 34.726 % |

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-1590006-1239114514/watcher-1590006-1239114514 -o /tmp/evaluation-result-1590006-1239114514/solver-1590006-1239114514 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1590006-1239114514.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.96 0.99 0.99 3/64 1565
/proc/meminfo: memFree=696880/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=2928 CPUtime=0
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 576 0 0 0 0 0 0 0 18 0 1 0 1184117098 2998272 561 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 732 564 65 178 0 552 0

[startup+0.0279409 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 1565
/proc/meminfo: memFree=696880/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=10412 CPUtime=0.02
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 2038 0 0 0 1 1 0 0 18 0 1 0 1184117098 10661888 2000 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 2603 2004 65 178 0 2423 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10412

[startup+0.102945 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 1565
/proc/meminfo: memFree=696880/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=25472 CPUtime=0.09
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 5134 0 0 0 7 2 0 0 18 0 1 0 1184117098 26083328 5096 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 6368 5096 65 178 0 6188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25472

[startup+0.302961 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 1565
/proc/meminfo: memFree=696880/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=35716 CPUtime=0.29
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 7719 0 0 0 25 4 0 0 19 0 1 0 1184117098 36573184 7681 1992294400 134512640 135243866 4294956256 18446744073709551615 134746047 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 8929 7682 65 178 0 8749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35716

[startup+0.701996 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 1565
/proc/meminfo: memFree=696880/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=46452 CPUtime=0.69
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 10299 0 0 0 64 5 0 0 23 0 1 0 1184117098 47566848 10261 1992294400 134512640 135243866 4294956256 18446744073709551615 134538314 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 11613 10261 65 178 0 11433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46452

[startup+1.50108 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 1566
/proc/meminfo: memFree=647528/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=69968 CPUtime=1.49
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 15935 0 0 0 138 11 0 0 25 0 1 0 1184117098 71647232 15897 1992294400 134512640 135243866 4294956256 18446744073709551615 134555355 0 0 4096 3 0 0 0 17 1 0 0
/proc/1565/statm: 17492 15897 65 178 0 17312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69968

[startup+3.1012 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 1566
/proc/meminfo: memFree=618856/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=96896 CPUtime=3.09
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 23009 0 0 0 294 15 0 0 25 0 1 0 1184117098 99221504 22971 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 24224 22971 80 178 0 24044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96896

[startup+6.30148 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 1566
/proc/meminfo: memFree=610216/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=89860 CPUtime=6.28
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 25104 0 0 0 612 16 0 0 25 0 1 0 1184117098 92016640 21673 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 22465 21673 87 178 0 22285 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 89860

[startup+12.701 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 1566
/proc/meminfo: memFree=610152/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=89860 CPUtime=12.68
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 25109 0 0 0 1252 16 0 0 25 0 1 0 1184117098 92016640 21678 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 22465 21678 87 178 0 22285 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 89860

[startup+25.5011 s]
/proc/loadavg: 0.97 0.99 0.99 2/65 1566
/proc/meminfo: memFree=610344/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=89860 CPUtime=25.48
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 25109 0 0 0 2532 16 0 0 25 0 1 0 1184117098 92016640 21678 1992294400 134512640 135243866 4294956256 18446744073709551615 134567901 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 22465 21678 87 178 0 22285 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89860

[startup+51.1013 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 1566
/proc/meminfo: memFree=606568/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=94096 CPUtime=51.07
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 26160 0 0 0 5089 18 0 0 25 0 1 0 1184117098 96354304 22729 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 23524 22729 87 178 0 23344 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 94096

[startup+102.307 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=590696/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=109700 CPUtime=102.25
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 30033 0 0 0 10203 22 0 0 25 0 1 0 1184117098 112332800 26602 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 27425 26602 87 178 0 27245 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 109700

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=573416/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=127140 CPUtime=162.21
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 34391 0 0 0 16195 26 0 0 25 0 1 0 1184117098 130191360 30960 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 31785 30960 87 178 0 31605 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 127140

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=553704/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=146704 CPUtime=222.18
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 39287 0 0 0 22186 32 0 0 25 0 1 0 1184117098 150224896 35856 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 36676 35856 87 178 0 36496 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 146704

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=536296/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=164176 CPUtime=282.16
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 43662 0 0 0 28178 38 0 0 25 0 1 0 1184117098 168116224 40231 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 41044 40231 87 178 0 40864 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 164176

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=520168/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=180292 CPUtime=342.14
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 47682 0 0 0 34173 41 0 0 25 0 1 0 1184117098 184619008 44251 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 45073 44251 87 178 0 44893 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 180292

[startup+402.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=502632/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=198076 CPUtime=402.12
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 52124 0 0 0 40166 46 0 0 25 0 1 0 1184117098 202829824 48693 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 49519 48693 87 178 0 49339 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 198076

[startup+462.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=490344/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=209964 CPUtime=462.09
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 55096 0 0 0 46161 48 0 0 25 0 1 0 1184117098 215003136 51665 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 52491 51665 87 178 0 52311 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 209964

[startup+522.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=487656/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=212876 CPUtime=522.07
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 55804 0 0 0 52158 49 0 0 25 0 1 0 1184117098 217985024 52373 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 53219 52373 87 178 0 53039 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 212876

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=477608/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=222968 CPUtime=582.04
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 58322 0 0 0 58154 50 0 0 25 0 1 0 1184117098 228319232 54891 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 55742 54891 87 178 0 55562 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 222968

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=468200/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=232104 CPUtime=642.01
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 60604 0 0 0 64148 53 0 0 25 0 1 0 1184117098 237674496 57173 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 58026 57173 87 178 0 57846 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 232104

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1566
/proc/meminfo: memFree=468072/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=232104 CPUtime=701.99
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 60604 0 0 0 70146 53 0 0 25 0 1 0 1184117098 237674496 57173 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 58026 57173 87 178 0 57846 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 232104

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=467816/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=232104 CPUtime=761.97
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 60605 0 0 0 76143 54 0 0 25 0 1 0 1184117098 237674496 57174 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 58026 57174 87 178 0 57846 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 232104

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=464616/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=235668 CPUtime=821.94
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 61492 0 0 0 82140 54 0 0 25 0 1 0 1184117098 241324032 58061 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 58917 58061 87 178 0 58737 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 235668

[startup+882.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=448872/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=251152 CPUtime=881.92
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 65395 0 0 0 88134 58 0 0 25 0 1 0 1184117098 257179648 61964 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 62788 61964 87 178 0 62608 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 251152

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=436072/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=264256 CPUtime=941.89
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 68647 0 0 0 94128 61 0 0 25 0 1 0 1184117098 270598144 65216 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 66064 65216 87 178 0 65884 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 264256

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=420648/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=279732 CPUtime=1001.86
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 72470 0 0 0 100122 64 0 0 25 0 1 0 1184117098 286445568 69039 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 69933 69039 87 178 0 69753 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 279732

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=411880/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=288448 CPUtime=1061.83
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 74659 0 0 0 106117 66 0 0 25 0 1 0 1184117098 295370752 71228 1992294400 134512640 135243866 4294956256 18446744073709551615 134565361 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 72112 71228 87 178 0 71932 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 288448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=399976/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=300224 CPUtime=1121.82
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 77611 0 0 0 112112 70 0 0 25 0 1 0 1184117098 307429376 74180 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 75056 74180 87 178 0 74876 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 300224

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=389032/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=311224 CPUtime=1181.79
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 80364 0 0 0 118106 73 0 0 25 0 1 0 1184117098 318693376 76933 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 77806 76933 87 178 0 77626 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 311224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 1568
/proc/meminfo: memFree=385320/2055920 swapFree=4175764/4192956
[pid=1565] ppid=1563 vsize=314788 CPUtime=1200.09
/proc/1565/stat : 1565 (minisat_static) R 1563 1565 1446 0 -1 4194304 81247 0 0 0 119935 74 0 0 25 0 1 0 1184117098 322342912 77816 1992294400 134512640 135243866 4294956256 18446744073709551615 134565439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1565/statm: 78697 77816 87 178 0 78517 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 314788

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.66
CPU time (s): 1200.15
CPU user time (s): 1199.35
CPU system time (s): 0.795879
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 314788

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

runsolver used 1.01885 second user time and 3.36049 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-07 16:28:35
IDJOB=1590006
IDBENCH=71047
IDSOLVER=568
FILE ID=node31/1590006-1239114514
PBS_JOBID= 9110829
Free space on /tmp= 66468 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1590006-1239114514/watcher-1590006-1239114514 -o /tmp/evaluation-result-1590006-1239114514/solver-1590006-1239114514 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1590006-1239114514.cnf

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=1628392591

node31.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.214
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.214
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:        697304 kB
Buffers:         51688 kB
Cached:        1211048 kB
SwapCached:      10224 kB
Active:         285336 kB
Inactive:       989048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        697304 kB
SwapTotal:     4192956 kB
SwapFree:      4175764 kB
Dirty:           19324 kB
Writeback:           0 kB
Mapped:          17392 kB
Slab:            69944 kB
Committed_AS:  3672972 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node31 at 2009-04-07 16:48:38