Trace number 1589972

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p1.cnf
MD5SUMc530016627d60451f148c386bba0e9bf
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 variables224962
Number of clauses1204358
Sum of the clauses size2908547
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851881
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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:  224962                                               |
0.00/0.00	|  Number of clauses:    1204358                                              |
1.98/2.06	|  Parsing time:         1.91         s                                       |
4.98/5.06	============================[ Search Statistics ]==============================
4.98/5.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.98/5.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.98/5.06	===============================================================================
4.98/5.06	|         0 |  120690   815881  2263099 |   271960        0    nan |  0.000 % |
5.29/5.37	|       100 |  120690   815881  2263099 |   299156      100    115 | 20.823 % |
5.69/5.75	|       250 |  120494   815881  2263099 |   329072      244     66 | 22.138 % |
6.09/6.16	|       475 |  120275   815881  2263099 |   361979      464     47 | 24.008 % |
6.59/6.66	|       813 |  120185   815881  2263099 |   398177      800     73 | 24.460 % |
7.29/7.35	|      1319 |  120185   815881  2263099 |   437994     1306     82 | 24.460 % |
8.39/8.45	|      2079 |  112508   756885  2109235 |   481794     2060    118 | 24.460 % |
9.79/9.88	|      3221 |  112192   754922  2104144 |   529973     3195    130 | 24.655 % |
11.69/11.70	|      4930 |  110783   752885  2099888 |   582971     4885    117 | 28.109 % |
15.29/15.33	|      7494 |  100175   672968  1894530 |   641268     7389    115 | 30.022 % |
19.88/19.93	|     11338 |   99438   667577  1881182 |   705395    11186    108 | 30.840 % |
27.27/27.32	|     17104 |   95621   638757  1803827 |   775934    16866    103 | 31.967 % |
39.56/39.67	|     25753 |   93265   623163  1764694 |   853528    25399    114 | 33.014 % |
60.94/61.07	|     38727 |   91359   610510  1732567 |   938880    38249    119 | 33.882 % |
95.91/96.08	|     58189 |   87198   585194  1670004 |  1032768    57458    126 | 35.753 % |
174.47/174.69	|     87383 |   84125   558644  1597032 |  1136045    83438    155 | 37.081 % |
345.29/345.59	|    131175 |   82857   544954  1560354 |  1249650   126097    204 | 37.654 % |
694.75/695.16	|    196860 |   82106   538736  1544184 |  1374615   190712    259 | 37.990 % |

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-1589972-1239114273/watcher-1589972-1239114273 -o /tmp/evaluation-result-1589972-1239114273/solver-1589972-1239114273 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589972-1239114273.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: 1.00 1.00 1.22 3/68 12786
/proc/meminfo: memFree=1227160/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=3000 CPUtime=0
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 1184089193 3072000 581 1992294400 134512640 135243866 4294956256 18446744073709551615 134527653 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 750 583 65 178 0 570 0

[startup+0.08107 s]
/proc/loadavg: 1.00 1.00 1.22 3/68 12786
/proc/meminfo: memFree=1227160/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=23480 CPUtime=0.07
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 5118 0 0 0 5 2 0 0 18 0 1 0 1184089193 24043520 5080 1992294400 134512640 135243866 4294956256 18446744073709551615 134754421 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 5870 5080 65 178 0 5690 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23480

[startup+0.102072 s]
/proc/loadavg: 1.00 1.00 1.22 3/68 12786
/proc/meminfo: memFree=1227160/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=24784 CPUtime=0.09
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 5463 0 0 0 7 2 0 0 18 0 1 0 1184089193 25378816 5425 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 6196 5426 65 178 0 6016 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24784

[startup+0.302107 s]
/proc/loadavg: 1.00 1.00 1.22 3/68 12786
/proc/meminfo: memFree=1227160/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=34924 CPUtime=0.28
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 7951 0 0 0 24 4 0 0 19 0 1 0 1184089193 35762176 7913 1992294400 134512640 135243866 4294956256 18446744073709551615 134538614 0 0 4096 3 0 0 0 17 1 0 0
/proc/12786/statm: 8731 7913 65 178 0 8551 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34924

[startup+0.702153 s]
/proc/loadavg: 1.00 1.00 1.22 3/68 12786
/proc/meminfo: memFree=1227160/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=46188 CPUtime=0.69
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 10674 0 0 0 63 6 0 0 23 0 1 0 1184089193 47296512 10636 1992294400 134512640 135243866 4294956256 18446744073709551615 134754418 0 0 4096 3 0 0 0 17 1 0 0
/proc/12786/statm: 11547 10636 65 178 0 11367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46188

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.22 2/69 12787
/proc/meminfo: memFree=1175568/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=68700 CPUtime=1.48
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 15849 0 0 0 139 9 0 0 25 0 1 0 1184089193 70348800 15811 1992294400 134512640 135243866 4294956256 18446744073709551615 134538713 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 17175 15812 65 178 0 16995 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68700

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.22 2/69 12787
/proc/meminfo: memFree=1135120/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=103772 CPUtime=3.09
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 23866 0 0 0 294 15 0 0 25 0 1 0 1184089193 106262528 23828 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 25943 23828 80 178 0 25763 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103772

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.22 2/69 12787
/proc/meminfo: memFree=1125776/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=107252 CPUtime=6.29
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 29402 0 0 0 611 18 0 0 25 0 1 0 1184089193 109826048 25404 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 26813 25404 87 178 0 26633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107252

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.22 2/69 12787
/proc/meminfo: memFree=1125592/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=107252 CPUtime=12.69
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 29402 0 0 0 1251 18 0 0 25 0 1 0 1184089193 109826048 25404 1992294400 134512640 135243866 4294956256 18446744073709551615 134558516 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 26813 25404 87 178 0 26633 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107252

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.22 2/69 12787
/proc/meminfo: memFree=1125656/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=107252 CPUtime=25.47
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 29404 0 0 0 2529 18 0 0 25 0 1 0 1184089193 109826048 25406 1992294400 134512640 135243866 4294956256 18446744073709551615 134558438 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 26813 25406 87 178 0 26633 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 107252

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.21 2/69 12787
/proc/meminfo: memFree=1125720/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=107520 CPUtime=51.05
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 29418 0 0 0 5087 18 0 0 25 0 1 0 1184089193 110100480 25420 1992294400 134512640 135243866 4294956256 18446744073709551615 134558513 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 26880 25420 87 178 0 26700 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 107520

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.19 2/69 12787
/proc/meminfo: memFree=1112408/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=120748 CPUtime=102.21
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 32775 0 0 0 10200 21 0 0 25 0 1 0 1184089193 123645952 28777 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 30187 28777 87 178 0 30007 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 120748

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.18 2/69 12787
/proc/meminfo: memFree=1095512/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=137612 CPUtime=162.17
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 36988 0 0 0 16193 24 0 0 25 0 1 0 1184089193 140914688 32990 1992294400 134512640 135243866 4294956256 18446744073709551615 134565149 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 34403 32990 87 178 0 34223 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 137612

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.17 2/69 12787
/proc/meminfo: memFree=1076248/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=157068 CPUtime=222.16
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 41798 0 0 0 22186 30 0 0 25 0 1 0 1184089193 160837632 37800 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 39267 37800 87 178 0 39087 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 157068

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.15 2/69 12787
/proc/meminfo: memFree=1059416/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=174108 CPUtime=282.12
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 46095 0 0 0 28178 34 0 0 25 0 1 0 1184089193 178286592 42097 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 43527 42097 87 178 0 43347 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 174108

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.14 2/69 12787
/proc/meminfo: memFree=1040344/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=192868 CPUtime=342.09
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 50779 0 0 0 34170 39 0 0 25 0 1 0 1184089193 197496832 46781 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 48217 46781 87 178 0 48037 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 192868

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.13 2/69 12787
/proc/meminfo: memFree=1023640/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=209500 CPUtime=402.07
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 54964 0 0 0 40164 43 0 0 25 0 1 0 1184089193 214528000 50966 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 52375 50966 87 178 0 52195 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 209500

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/69 12787
/proc/meminfo: memFree=1005720/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=227456 CPUtime=462.04
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 59400 0 0 0 46156 48 0 0 25 0 1 0 1184089193 232914944 55402 1992294400 134512640 135243866 4294956256 18446744073709551615 134556170 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 56864 55402 87 178 0 56684 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 227456

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/69 12787
/proc/meminfo: memFree=988696/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=244624 CPUtime=522.02
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 63691 0 0 0 52150 52 0 0 25 0 1 0 1184089193 250494976 59693 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 61156 59693 87 178 0 60976 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 244624

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/69 12787
/proc/meminfo: memFree=971800/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=261272 CPUtime=581.99
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 67856 0 0 0 58143 56 0 0 25 0 1 0 1184089193 267542528 63858 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 65318 63858 87 178 0 65138 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 261272

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/69 12787
/proc/meminfo: memFree=955928/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=276880 CPUtime=641.97
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 71780 0 0 0 64136 61 0 0 25 0 1 0 1184089193 283525120 67782 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 69220 67782 87 178 0 69040 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 276880

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/69 12787
/proc/meminfo: memFree=941336/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=291420 CPUtime=701.94
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 75423 0 0 0 70127 67 0 0 25 0 1 0 1184089193 298414080 71425 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 72855 71425 87 178 0 72675 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 291420

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.08 2/69 12787
/proc/meminfo: memFree=926232/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=306248 CPUtime=761.92
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 79141 0 0 0 76122 70 0 0 25 0 1 0 1184089193 313597952 75143 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 76562 75143 87 178 0 76382 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 306248

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/69 12787
/proc/meminfo: memFree=912792/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=320252 CPUtime=821.9
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 82534 0 0 0 82115 75 0 0 25 0 1 0 1184089193 327938048 78536 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 80063 78536 87 178 0 79883 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 320252

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/69 12787
/proc/meminfo: memFree=899608/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=333344 CPUtime=881.87
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 85812 0 0 0 88108 79 0 0 25 0 1 0 1184089193 341344256 81814 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 83336 81814 87 178 0 83156 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 333344

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/69 12787
/proc/meminfo: memFree=887960/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=344964 CPUtime=941.84
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 88750 0 0 0 94102 82 0 0 25 0 1 0 1184089193 353243136 84752 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 86241 84752 87 178 0 86061 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 344964

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/69 12787
/proc/meminfo: memFree=874392/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=358328 CPUtime=1001.82
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 92086 0 0 0 100097 85 0 0 25 0 1 0 1184089193 366927872 88088 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 89582 88088 87 178 0 89402 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 358328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/69 12787
/proc/meminfo: memFree=863128/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=369684 CPUtime=1061.79
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 94924 0 0 0 106092 87 0 0 25 0 1 0 1184089193 378556416 90926 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 92421 90926 87 178 0 92241 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 369684

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/69 12787
/proc/meminfo: memFree=853336/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=379320 CPUtime=1121.76
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 97341 0 0 0 112086 90 0 0 25 0 1 0 1184089193 388423680 93343 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 94830 93343 87 178 0 94650 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 379320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/69 12787
/proc/meminfo: memFree=840088/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=392568 CPUtime=1181.75
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 100671 0 0 0 118081 94 0 0 25 0 1 0 1184089193 401989632 96673 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 98142 96673 87 178 0 97962 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 392568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.03 2/69 12787
/proc/meminfo: memFree=837016/2055920 swapFree=4176296/4192956
[pid=12786] ppid=12784 vsize=395480 CPUtime=1200.04
/proc/12786/stat : 12786 (minisat_static) R 12784 12786 12695 0 -1 4194304 101389 0 0 0 119910 94 0 0 25 0 1 0 1184089193 404971520 97391 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/12786/statm: 98870 97391 87 178 0 98690 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 395480

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.67
CPU time (s): 1200.11
CPU user time (s): 1199.1
CPU system time (s): 1.00985
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 395480

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

runsolver used 0.961853 second user time and 3.41848 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-07 16:24:35
IDJOB=1589972
IDBENCH=71013
IDSOLVER=568
FILE ID=node59/1589972-1239114273
PBS_JOBID= 9110825
Free space on /tmp= 66464 MiB

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

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

MD5SUM BENCH= c530016627d60451f148c386bba0e9bf
RANDOM SEED=1301151822

node59.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.209
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.209
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:       1227640 kB
Buffers:         41348 kB
Cached:         717172 kB
SwapCached:       9812 kB
Active:          48768 kB
Inactive:       721080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1227640 kB
SwapTotal:     4192956 kB
SwapFree:      4176296 kB
Dirty:           23584 kB
Writeback:           0 kB
Mapped:          16968 kB
Slab:            44000 kB
Committed_AS:  3593936 kB
PageTables:       1732 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= 66460 MiB
End job on node59 at 2009-04-07 16:44:38