Trace number 1806394

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.06 1200.61

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-easier-php-018-014.sat05-1175.reshuffled-07.cnf
MD5SUMbc769deecd9ed9694b8be132b5bd15cd
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 variables252
Number of clauses2160
Sum of the clauses size4536
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22142
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.00/0.03	This is MiniSat 2.0 beta
0.00/0.03	WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	============================[ Problem Statistics ]=============================
0.00/0.03	|                                                                             |
0.00/0.03	|  Number of variables:  252                                                  |
0.00/0.03	|  Number of clauses:    2160                                                 |
0.00/0.03	|  Parsing time:         0.00         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |     252     2160     4536 |      720        0    nan |  0.000 % |
0.00/0.03	|       100 |     252     2160     4536 |      792      100     55 |  0.028 % |
0.00/0.04	|       251 |     252     2160     4536 |      871      251     62 |  0.028 % |
0.00/0.05	|       479 |     252     2160     4536 |      958      479     66 |  0.028 % |
0.00/0.06	|       816 |     252     2160     4536 |     1054      816     67 |  0.028 % |
0.00/0.08	|      1322 |     252     2160     4536 |     1159      712     65 |  0.028 % |
0.02/0.12	|      2081 |     252     2160     4536 |     1275      814     71 |  0.002 % |
0.02/0.18	|      3220 |     252     2160     4536 |     1403     1243     71 |  0.002 % |
0.02/0.29	|      4928 |     252     2160     4536 |     1543     1375     73 |  0.028 % |
0.02/0.48	|      7490 |     252     2160     4536 |     1697     1396     78 |  0.002 % |
0.02/0.81	|     11334 |     252     2160     4536 |     1867     1560     92 |  0.028 % |
1.28/1.35	|     17101 |     252     2160     4536 |     2054     1266     84 |  0.002 % |
2.08/2.15	|     25752 |     252     2160     4536 |     2259     1117     82 |  0.002 % |
3.38/3.47	|     38727 |     252     2160     4536 |     2485     2057     96 |  0.002 % |
5.58/5.62	|     58188 |     252     2160     4536 |     2734     1707     96 |  0.028 % |
8.97/9.07	|     87380 |     252     2160     4536 |     3007     2015     99 |  0.002 % |
14.77/14.85	|    131172 |     252     2160     4536 |     3308     3111    104 |  0.028 % |
23.16/23.26	|    196857 |     252     2160     4536 |     3639     3016     97 |  0.028 % |
35.76/35.82	|    295386 |     252     2160     4536 |     4003     2969     87 |  0.002 % |
56.55/56.60	|    443175 |     252     2160     4536 |     4403     3177    100 |  0.028 % |
90.14/90.23	|    664858 |     252     2160     4536 |     4843     4033     99 |  0.028 % |
143.71/143.83	|    997384 |     252     2160     4536 |     5328     4608    103 |  0.028 % |
227.67/227.84	|   1496172 |     252     2160     4536 |     5860     5029    101 |  0.028 % |
355.23/355.46	|   2244357 |     252     2160     4536 |     6447     3114     97 |  0.028 % |
568.73/569.02	|   3366633 |     252     2160     4536 |     7091     5361    101 |  0.028 % |
907.77/908.29	|   5050047 |     252     2160     4536 |     7800     6715     97 |  0.028 % |
1200.03/1200.60	c cannot read from file

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-1806394-1242148521/watcher-1806394-1242148521 -o /tmp/evaluation-result-1806394-1242148521/solver-1806394-1242148521 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806394-1242148521.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.98 0.98 0.98 3/64 14655
/proc/meminfo: memFree=1664184/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1416 CPUtime=0
/proc/14655/stat : 14655 (IUT_BMB_SIM) R 14653 14655 14403 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 242885797 1449984 144 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14655/statm: 354 144 99 274 0 77 0

[startup+0.0988241 s]
/proc/loadavg: 0.98 0.98 0.98 3/64 14655
/proc/meminfo: memFree=1664184/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+0.101821 s]
/proc/loadavg: 0.98 0.98 0.98 3/64 14655
/proc/meminfo: memFree=1664184/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+0.301845 s]
/proc/loadavg: 0.98 0.98 0.98 3/64 14655
/proc/meminfo: memFree=1664184/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+0.701889 s]
/proc/loadavg: 0.98 0.98 0.98 3/64 14655
/proc/meminfo: memFree=1664184/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+1.50198 s]
/proc/loadavg: 0.98 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1662376/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=3076 CPUtime=1.46
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 650 0 0 0 146 0 0 0 25 0 1 0 242885800 3149824 400 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 769 400 76 170 0 597 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 4756

[startup+3.10116 s]
/proc/loadavg: 0.98 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1661992/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=3340 CPUtime=3.06
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 721 0 0 0 306 0 0 0 25 0 1 0 242885800 3420160 471 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 835 471 76 170 0 663 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5020

[startup+6.30252 s]
/proc/loadavg: 0.98 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1661416/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=3736 CPUtime=6.26
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 823 0 0 0 626 0 0 0 25 0 1 0 242885800 3825664 573 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 934 573 76 170 0 762 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5416

[startup+12.7012 s]
/proc/loadavg: 0.98 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1660776/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=4132 CPUtime=12.65
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 931 0 0 0 1265 0 0 0 25 0 1 0 242885800 4231168 681 1992294400 134512640 135212939 4294956320 18446744073709551615 134527008 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1033 681 76 170 0 861 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5812

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1660520/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=4532 CPUtime=25.44
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1031 0 0 0 2544 0 0 0 25 0 1 0 242885800 4640768 781 1992294400 134512640 135212939 4294956320 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1133 781 76 170 0 961 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 6212

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1659752/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=5324 CPUtime=51.03
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1212 0 0 0 5103 0 0 0 25 0 1 0 242885800 5451776 962 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1331 962 76 170 0 1159 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 7004

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1658920/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=6116 CPUtime=102.21
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1410 0 0 0 10221 0 0 0 25 0 1 0 242885800 6262784 1160 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1529 1160 76 170 0 1357 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 7796

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1658216/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=6768 CPUtime=162.18
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1581 0 0 0 16218 0 0 0 25 0 1 0 242885800 6930432 1331 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1692 1331 76 170 0 1520 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 8448

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1658216/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=6768 CPUtime=222.15
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1592 0 0 0 22215 0 0 0 25 0 1 0 242885800 6930432 1342 1992294400 134512640 135212939 4294956320 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1692 1342 76 170 0 1520 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 8448

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1657896/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=7168 CPUtime=282.14
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1669 0 0 0 28213 1 0 0 25 0 1 0 242885800 7340032 1419 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1792 1419 76 170 0 1620 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 8848

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1657704/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=7300 CPUtime=342.11
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1716 0 0 0 34210 1 0 0 25 0 1 0 242885800 7475200 1466 1992294400 134512640 135212939 4294956320 18446744073709551615 134537015 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 1825 1466 76 170 0 1653 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 8980

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1656552/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=8424 CPUtime=402.08
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1995 0 0 0 40207 1 0 0 25 0 1 0 242885800 8626176 1744 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2106 1744 76 170 0 1934 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 10104

[startup+462.302 s]

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

/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=8424 CPUtime=462.06
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 1995 0 0 0 46205 1 0 0 25 0 1 0 242885800 8626176 1744 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2106 1744 76 170 0 1934 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 10104

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1656424/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=8556 CPUtime=522.03
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2024 0 0 0 52202 1 0 0 25 0 1 0 242885800 8761344 1773 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2139 1773 76 170 0 1967 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 10236

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1656104/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=8820 CPUtime=582
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2101 0 0 0 58199 1 0 0 25 0 1 0 242885800 9031680 1850 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2205 1850 76 170 0 2033 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 10500

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1655784/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=9152 CPUtime=641.96
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2183 0 0 0 64195 1 0 0 25 0 1 0 242885800 9371648 1932 1992294400 134512640 135212939 4294956320 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2288 1932 76 170 0 2116 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 10832

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1655592/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=9284 CPUtime=701.94
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2212 0 0 0 70192 2 0 0 25 0 1 0 242885800 9506816 1961 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2321 1961 76 170 0 2149 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 10964

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1655592/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=9284 CPUtime=761.92
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2212 0 0 0 76190 2 0 0 25 0 1 0 242885800 9506816 1961 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2321 1961 76 170 0 2149 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 10964

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1655464/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=9416 CPUtime=821.89
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2238 0 0 0 82187 2 0 0 25 0 1 0 242885800 9641984 1987 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2354 1987 76 170 0 2182 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 11096

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1655464/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=9416 CPUtime=881.86
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2238 0 0 0 88184 2 0 0 25 0 1 0 242885800 9641984 1987 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2354 1987 76 170 0 2182 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 11096

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1655016/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=9756 CPUtime=941.83
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2335 0 0 0 94181 2 0 0 25 0 1 0 242885800 9990144 2084 1992294400 134512640 135212939 4294956320 18446744073709551615 134534600 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2439 2084 76 170 0 2267 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 11436

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1654888/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=10028 CPUtime=1001.81
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2376 0 0 0 100179 2 0 0 25 0 1 0 242885800 10268672 2125 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2507 2125 76 170 0 2335 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 11708

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1654888/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=10028 CPUtime=1061.78
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2376 0 0 0 106176 2 0 0 25 0 1 0 242885800 10268672 2125 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2507 2125 76 170 0 2335 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 11708

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1654696/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=10164 CPUtime=1121.74
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2413 0 0 0 112172 2 0 0 25 0 1 0 242885800 10407936 2162 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2541 2162 76 170 0 2369 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 11844

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1654568/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=10164 CPUtime=1181.72
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2440 0 0 0 118170 2 0 0 25 0 1 0 242885800 10407936 2189 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2541 2189 76 170 0 2369 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 11844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 14657
/proc/meminfo: memFree=1654440/2055920 swapFree=4180420/4192956
[pid=14655] ppid=14653 vsize=1680 CPUtime=0.02
/proc/14655/stat : 14655 (IUT_BMB_SIM) S 14653 14655 14403 0 -1 4194304 256 0 0 0 2 0 0 0 18 0 1 0 242885797 1720320 238 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14655/statm: 420 238 106 274 0 143 0
[pid=14657] ppid=14655 vsize=10284 CPUtime=1200.01
/proc/14657/stat : 14657 (minisat) R 14655 14655 14403 0 -1 4194304 2463 0 0 0 119999 2 0 0 25 0 1 0 242885800 10530816 2212 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/14657/statm: 2571 2212 76 170 0 2399 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 11964

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1200.02
CPU system time (s): 0.035994
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 11976

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

runsolver used 1.38179 second user time and 2.99654 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-12 19:15:21
IDJOB=1806394
IDBENCH=24729
IDSOLVER=650
FILE ID=node9/1806394-1242148521
PBS_JOBID= 9289712
Free space on /tmp= 66424 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-easier-php-018-014.sat05-1175.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806394-1242148521/watcher-1806394-1242148521 -o /tmp/evaluation-result-1806394-1242148521/solver-1806394-1242148521 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806394-1242148521.cnf HOME

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

MD5SUM BENCH= bc769deecd9ed9694b8be132b5bd15cd
RANDOM SEED=161253790

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:       1664664 kB
Buffers:         41748 kB
Cached:         286500 kB
SwapCached:       6312 kB
Active:          54344 kB
Inactive:       282228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664664 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            40724 kB
Committed_AS:   828208 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= 66420 MiB
End job on node9 at 2009-05-12 19:35:21