Trace number 1805988

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
IUT_BMB_SIM 1.0? (TO) 1200.02 1200.67

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
MD5SUM45589f445aa56f109f82baade7facf9a
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 variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
49.76/49.87	This is MiniSat 2.0 beta
49.76/49.87	WARNING: for repeatability, setting FPU to use double precision
49.76/49.87	============================[ Problem Statistics ]=============================
49.76/49.87	|                                                                             |
49.76/49.88	|  Number of variables:  36304                                                |
49.76/49.88	|  Number of clauses:    1711065                                              |
51.04/51.13	|  Parsing time:         1.17         s                                       |
51.15/51.23	============================[ Search Statistics ]==============================
51.15/51.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.15/51.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.15/51.23	===============================================================================
51.15/51.23	|         0 |   36304  1711065  3450220 |   570355        0    nan |  0.000 % |
51.15/51.29	|       100 |   36282  1711065  3450220 |   627390       78      8 |  0.061 % |
51.25/51.34	|       251 |   36271  1711065  3450220 |   690129      218      8 |  0.091 % |
51.35/51.44	|       476 |   36255  1711065  3450220 |   759142      427      9 |  0.135 % |
51.55/51.66	|       813 |   36239  1711065  3450220 |   835056      748     10 |  0.179 % |
51.85/51.97	|      1319 |   36226  1711065  3450220 |   918562     1241     11 |  0.215 % |
52.35/52.44	|      2078 |   36192  1711065  3450220 |  1010418     1966     11 |  0.309 % |
53.05/53.18	|      3217 |   36151  1711065  3450220 |  1111460     3065     12 |  0.421 % |
54.64/54.78	|      4925 |   36089  1682465  3393020 |  1222606     4577     13 |  0.595 % |
57.25/57.38	|      7487 |   36005  1664722  3357534 |  1344867     6935     13 |  0.824 % |
61.24/61.34	|     11331 |   35907  1653400  3334890 |  1479353    10539     13 |  1.094 % |
68.44/68.54	|     17097 |   35790  1636376  3300842 |  1627289    15943     15 |  1.416 % |
80.43/80.52	|     25747 |   35554  1612113  3252316 |  1790018    24095     17 |  2.151 % |
102.02/102.18	|     38722 |   35321  1586475  3201032 |  1969020    36227     26 |  2.708 % |
150.10/150.27	|     58183 |   35198  1573248  3174578 |  2165922    55332     50 |  3.049 % |
234.76/234.92	|     87375 |   35084  1559785  3147652 |  2382514    83421     80 |  3.366 % |
377.80/378.03	|    131164 |   34992  1551791  3131664 |  2620765   126847     92 |  3.625 % |
674.95/675.34	|    196850 |   34922  1545589  3119260 |  2882842   192308    118 |  3.821 % |

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-1805988-1242143603/watcher-1805988-1242143603 -o /tmp/evaluation-result-1805988-1242143603/solver-1805988-1242143603 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805988-1242143603.cnf HOME 

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.99 0.97 0.88 3/64 14500
/proc/meminfo: memFree=1644904/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=21336 CPUtime=0
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 242394407 21848064 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 5334 169 92 274 0 5057 0

[startup+0.105358 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 14500
/proc/meminfo: memFree=1644904/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=21336 CPUtime=0.09
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 1843 0 0 0 9 0 0 0 18 0 1 0 242394407 21848064 1826 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 5334 1827 92 274 0 5057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21336

[startup+0.202368 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 14500
/proc/meminfo: memFree=1644904/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=21336 CPUtime=0.19
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 3441 0 0 0 17 2 0 0 18 0 1 0 242394407 21848064 3424 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 5334 3425 92 274 0 5057 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21336

[startup+0.302377 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 14500
/proc/meminfo: memFree=1644904/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=21336 CPUtime=0.29
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 5085 0 0 0 27 2 0 0 19 0 1 0 242394407 21848064 5068 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 5334 5068 92 274 0 5057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21336

[startup+0.701417 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 14500
/proc/meminfo: memFree=1644904/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=36664 CPUtime=0.69
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 8985 0 0 0 65 4 0 0 24 0 1 0 242394407 37543936 8968 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 9166 8968 99 274 0 8889 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36664

[startup+1.5015 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14501
/proc/meminfo: memFree=1604576/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=44056 CPUtime=1.49
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 10826 0 0 0 145 4 0 0 25 0 1 0 242394407 45113344 10809 1992294400 134512640 135635349 4294956224 18446744073709551615 134544404 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 11014 10809 99 274 0 10737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44056

[startup+3.10166 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14501
/proc/meminfo: memFree=1596000/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=57256 CPUtime=3.09
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 14124 0 0 0 303 6 0 0 25 0 1 0 242394407 58630144 14107 1992294400 134512640 135635349 4294956224 18446744073709551615 134528246 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 14314 14107 99 274 0 14037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57256

[startup+6.30199 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14501
/proc/meminfo: memFree=1570592/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=81148 CPUtime=6.29
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 20098 0 0 0 620 9 0 0 25 0 1 0 242394407 83095552 20081 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 20287 20081 99 274 0 20010 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81148

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14501
/proc/meminfo: memFree=1525288/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=124576 CPUtime=12.69
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 30969 0 0 0 1254 15 0 0 25 0 1 0 242394407 127565824 30952 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 31144 30952 99 274 0 30867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124576

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 14501
/proc/meminfo: memFree=1422568/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=225032 CPUtime=25.49
/proc/14500/stat : 14500 (IUT_BMB_SIM) R 14498 14500 14403 0 -1 4194304 56087 0 0 0 2525 24 0 0 25 0 1 0 242394407 230432768 56070 1992294400 134512640 135635349 4294956224 18446744073709551615 134549785 0 0 4096 0 0 0 0 17 0 0 0
/proc/14500/statm: 56258 56071 99 274 0 55981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 225032

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 14502
/proc/meminfo: memFree=1247008/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=69736 CPUtime=1.22
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 16763 0 0 0 113 9 0 0 25 0 1 0 242399392 71409664 16513 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 17434 16514 56 170 0 17262 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 404820

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 14502
/proc/meminfo: memFree=1212960/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=75996 CPUtime=52.4
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 18416 0 0 0 5228 12 0 0 25 0 1 0 242399392 77819904 18166 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 18999 18166 76 170 0 18827 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 411080

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 14502
/proc/meminfo: memFree=1202592/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=86636 CPUtime=112.38
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 21066 0 0 0 11223 15 0 0 25 0 1 0 242399392 88715264 20816 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 21659 20816 76 170 0 21487 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 421720

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 14502
/proc/meminfo: memFree=1190944/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=98376 CPUtime=172.35
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 23985 0 0 0 17218 17 0 0 25 0 1 0 242399392 100737024 23735 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 24594 23735 76 170 0 24422 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 433460

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 14502
/proc/meminfo: memFree=1180896/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=108468 CPUtime=232.32
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 26488 0 0 0 23212 20 0 0 25 0 1 0 242399392 111071232 26238 1992294400 134512640 135212939 4294956320 18446744073709551615 134527326 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 27117 26238 76 170 0 26945 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 443552

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 14502
/proc/meminfo: memFree=1172072/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=117184 CPUtime=292.3
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 28685 0 0 0 29207 23 0 0 25 0 1 0 242399392 119996416 28435 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 29296 28435 76 170 0 29124 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 452268

[startup+402.302 s]
/proc/loadavg: 1.10 1.00 0.92 2/66 14502
/proc/meminfo: memFree=1164008/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=125304 CPUtime=352.27
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 30707 0 0 0 35201 26 0 0 25 0 1 0 242399392 128311296 30457 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 31326 30457 76 170 0 31154 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 460388

[startup+462.303 s]
/proc/loadavg: 1.11 1.02 0.93 2/66 14507
/proc/meminfo: memFree=1156136/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=133000 CPUtime=412.24
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 32592 0 0 0 41196 28 0 0 25 0 1 0 242399392 136192000 32342 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 33250 32342 76 170 0 33078 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 468084

[startup+522.302 s]
/proc/loadavg: 1.11 1.03 0.93 2/66 14507
/proc/meminfo: memFree=1145192/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82

################
# More data... #
################

/proc/14502/statm: 38630 37730 76 170 0 38458 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 489604

[startup+642.302 s]
/proc/loadavg: 1.07 1.03 0.94 2/66 14507
/proc/meminfo: memFree=1125800/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=163440 CPUtime=592.15
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 40231 0 0 0 59179 36 0 0 25 0 1 0 242399392 167362560 39981 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 40860 39981 76 170 0 40688 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 498524

[startup+702.303 s]
/proc/loadavg: 1.08 1.04 0.94 2/66 14507
/proc/meminfo: memFree=1117032/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=172052 CPUtime=652.12
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 42402 0 0 0 65174 38 0 0 25 0 1 0 242399392 176181248 42152 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 43013 42152 76 170 0 42841 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 507136

[startup+762.303 s]
/proc/loadavg: 1.07 1.04 0.95 2/66 14507
/proc/meminfo: memFree=1109736/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=179464 CPUtime=712.09
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 44171 0 0 0 71168 41 0 0 25 0 1 0 242399392 183771136 43921 1992294400 134512640 135212939 4294956320 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 44866 43921 76 170 0 44694 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 514548

[startup+822.303 s]
/proc/loadavg: 1.07 1.05 0.95 2/66 14507
/proc/meminfo: memFree=1100968/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=188308 CPUtime=772.07
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 46393 0 0 0 77162 45 0 0 25 0 1 0 242399392 192827392 46143 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 47077 46143 76 170 0 46905 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 523392

[startup+882.306 s]
/proc/loadavg: 1.06 1.05 0.96 2/66 14507
/proc/meminfo: memFree=1091560/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=197520 CPUtime=832.04
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 48708 0 0 0 83157 47 0 0 25 0 1 0 242399392 202260480 48458 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 49380 48458 76 170 0 49208 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 532604

[startup+942.302 s]
/proc/loadavg: 1.06 1.05 0.96 2/66 14507
/proc/meminfo: memFree=1084520/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=204688 CPUtime=892.01
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 50480 0 0 0 89152 49 0 0 25 0 1 0 242399392 209600512 50230 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 51172 50230 76 170 0 51000 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 539772

[startup+1002.3 s]
/proc/loadavg: 1.06 1.06 0.97 2/66 14507
/proc/meminfo: memFree=1080424/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=208680 CPUtime=951.98
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 51483 0 0 0 95148 50 0 0 25 0 1 0 242399392 213688320 51233 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 52170 51233 76 170 0 51998 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 543764

[startup+1062.3 s]
/proc/loadavg: 1.13 1.07 0.98 2/66 14507
/proc/meminfo: memFree=1073512/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=215556 CPUtime=1011.96
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 53225 0 0 0 101144 52 0 0 25 0 1 0 242399392 220729344 52975 1992294400 134512640 135212939 4294956320 18446744073709551615 134523905 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 53889 52975 76 170 0 53717 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 550640

[startup+1122.3 s]
/proc/loadavg: 1.12 1.07 0.98 2/66 14507
/proc/meminfo: memFree=1065320/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=223616 CPUtime=1071.93
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 55243 0 0 0 107139 54 0 0 25 0 1 0 242399392 228982784 54993 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 55904 54993 76 170 0 55732 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 558700

[startup+1182.3 s]
/proc/loadavg: 1.11 1.07 0.99 2/66 14507
/proc/meminfo: memFree=1059240/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=229840 CPUtime=1131.91
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 56791 0 0 0 113135 56 0 0 25 0 1 0 242399392 235356160 56541 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 57460 56541 76 170 0 57288 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 564924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.08 1.07 0.99 2/66 14507
/proc/meminfo: memFree=1057448/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=231440 CPUtime=1150.2
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 57192 0 0 0 114964 56 0 0 25 0 1 0 242399392 236994560 56942 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 57860 56942 76 170 0 57688 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 566524

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

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

[startup+1200.6 s]
/proc/loadavg: 1.08 1.07 0.99 2/66 14507
/proc/meminfo: memFree=1057448/2055920 swapFree=4180420/4192956
[pid=14500] ppid=14498 vsize=335084 CPUtime=49.82
/proc/14500/stat : 14500 (IUT_BMB_SIM) S 14498 14500 14403 0 -1 4194304 83785 0 0 0 4354 628 0 0 25 0 1 0 242394407 343126016 83598 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14500/statm: 83771 83598 106 274 0 83494 0
[pid=14502] ppid=14500 vsize=231440 CPUtime=1150.2
/proc/14502/stat : 14502 (minisat) R 14500 14500 14403 0 -1 4194304 57192 0 0 0 114964 56 0 0 25 0 1 0 242399392 236994560 56942 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/14502/statm: 57860 56942 76 170 0 57688 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 566524

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14500 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=545380
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=337036
# CPU time returned by wait4() is 49.8824
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.67
CPU time (s): 1200.02
CPU user time (s): 1193.18
CPU system time (s): 6.84
CPU usage (%): 99.9463
Max. virtual memory (cumulated for all children) (KiB): 566524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.5454
system time used= 6.33704
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83785
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= 5
involuntary context switches= 155

runsolver used 0.935857 second user time and 3.44048 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-12 17:53:27
IDJOB=1805988
IDBENCH=24635
IDSOLVER=650
FILE ID=node9/1805988-1242143603
PBS_JOBID= 9289712
Free space on /tmp= 66400 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805988-1242143603/watcher-1805988-1242143603 -o /tmp/evaluation-result-1805988-1242143603/solver-1805988-1242143603 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1805988-1242143603.cnf HOME

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

MD5SUM BENCH= 45589f445aa56f109f82baade7facf9a
RANDOM SEED=589714749

node9.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.240
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.240
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:       1645448 kB
Buffers:         40112 kB
Cached:         306972 kB
SwapCached:       6312 kB
Active:          73920 kB
Inactive:       281484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645448 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:           26428 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            41200 kB
Committed_AS:   825032 kB
PageTables:       1388 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= 66372 MiB
End job on node9 at 2009-05-12 18:13:29