Trace number 1806275

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.08 1200.41

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
MD5SUM6a0d1029e840b2624bac287c335e4e2c
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 variables260
Number of clauses492
Sum of the clauses size1114
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2427
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  320                                                  |
0.00/0.01	|  Number of clauses:    492                                                  |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     320      492     1114 |      164        0    nan |  0.000 % |
0.00/0.01	|       100 |     320      492     1114 |      180      100     24 |  0.001 % |
0.00/0.01	|       255 |     320      492     1114 |      198      255     26 |  0.001 % |
0.00/0.02	|       483 |     320      492     1114 |      218      197     19 |  0.003 % |
0.00/0.03	|       820 |     320      492     1114 |      240      241     21 |  0.005 % |
0.00/0.04	|      1326 |     320      492     1114 |      264      290     20 |  0.003 % |
0.00/0.06	|      2085 |     320      492     1114 |      290      197     12 |  0.001 % |
0.00/0.09	|      3224 |     320      492     1114 |      319      363     22 |  0.001 % |
0.00/0.13	|      4933 |     320      492     1114 |      351      295     18 |  0.005 % |
0.00/0.21	|      7495 |     320      492     1114 |      386      369     20 |  0.001 % |
0.00/0.31	|     11340 |     320      492     1114 |      425      292     15 |  0.001 % |
0.00/0.49	|     17108 |     320      492     1114 |      467      397     27 |  0.001 % |
0.00/0.77	|     25757 |     320      492     1114 |      514      541     24 |  0.001 % |
1.09/1.20	|     38731 |     320      492     1114 |      566      386     18 |  0.001 % |
1.78/1.85	|     58192 |     320      492     1114 |      622      579     25 |  0.005 % |
2.78/2.84	|     87384 |     320      492     1114 |      685      629     23 |  0.004 % |
4.39/4.45	|    131174 |     320      492     1114 |      753      637     23 |  0.005 % |
6.58/6.67	|    196859 |     320      492     1114 |      828      555     19 |  0.001 % |
10.68/10.70	|    295385 |     320      492     1114 |      911      495     17 |  0.004 % |
16.67/16.76	|    443174 |     320      492     1114 |     1003      928     31 |  0.001 % |
24.87/24.98	|    664857 |     320      492     1114 |     1103      766     21 |  0.005 % |
38.67/38.74	|    997386 |     320      492     1114 |     1213      962     31 |  0.001 % |
59.56/59.60	|   1496175 |     320      492     1114 |     1335     1049     26 |  0.001 % |
94.15/94.22	|   2244357 |     320      492     1114 |     1468      868     22 |  0.005 % |
144.34/144.41	|   3366633 |     320      492     1114 |     1615      881     23 |  0.001 % |
228.31/228.45	|   5050044 |     320      492     1114 |     1776     1234     27 |  0.005 % |
358.38/358.52	|   7575160 |     320      492     1114 |     1954     1171     30 |  0.004 % |
561.63/561.84	|  11362836 |     320      492     1114 |     2150     2010     33 |  0.005 % |
891.04/891.36	|  17044348 |     320      492     1114 |     2365     2185     35 |  0.005 % |
1200.06/1200.40	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-1806275-1242147573/watcher-1806275-1242147573 -o /tmp/evaluation-result-1806275-1242147573/solver-1806275-1242147573 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806275-1242147573.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: 1.06 1.00 0.92 3/65 5188
/proc/meminfo: memFree=1620928/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) R 5186 5188 4937 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 145 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5188/statm: 354 145 99 274 0 77 0

[startup+0.0318379 s]
/proc/loadavg: 1.06 1.00 0.92 3/65 5188
/proc/meminfo: memFree=1620928/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.102316 s]
/proc/loadavg: 1.06 1.00 0.92 3/65 5188
/proc/meminfo: memFree=1620928/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.30134 s]
/proc/loadavg: 1.06 1.00 0.92 3/65 5188
/proc/meminfo: memFree=1620928/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701385 s]
/proc/loadavg: 1.06 1.00 0.92 3/65 5188
/proc/meminfo: memFree=1620928/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50148 s]
/proc/loadavg: 1.06 1.00 0.92 2/67 5190
/proc/meminfo: memFree=1620400/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2020 CPUtime=1.48
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 402 0 0 0 148 0 0 0 25 0 1 0 242789953 2068480 152 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 505 152 76 170 0 333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3436

[startup+3.10166 s]
/proc/loadavg: 1.05 1.00 0.92 2/67 5190
/proc/meminfo: memFree=1620208/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2148 CPUtime=3.08
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 418 0 0 0 308 0 0 0 25 0 1 0 242789953 2199552 168 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 537 168 76 170 0 365 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3564

[startup+6.30103 s]
/proc/loadavg: 1.05 1.00 0.92 2/67 5190
/proc/meminfo: memFree=1619952/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2148 CPUtime=6.28
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 435 0 0 0 628 0 0 0 25 0 1 0 242789953 2199552 185 1992294400 134512640 135212939 4294956320 18446744073709551615 134527326 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 537 185 76 170 0 365 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3564

[startup+12.7028 s]
/proc/loadavg: 1.04 1.00 0.92 2/67 5190
/proc/meminfo: memFree=1619760/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2280 CPUtime=12.68
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 463 0 0 0 1268 0 0 0 25 0 1 0 242789953 2334720 213 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 570 213 76 170 0 398 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3696

[startup+25.5012 s]
/proc/loadavg: 1.04 1.00 0.92 2/67 5190
/proc/meminfo: memFree=1619632/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2408 CPUtime=25.47
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 492 0 0 0 2547 0 0 0 25 0 1 0 242789953 2465792 242 1992294400 134512640 135212939 4294956320 18446744073709551615 134535784 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 602 242 76 170 0 430 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3824

[startup+51.1012 s]
/proc/loadavg: 1.02 1.00 0.92 2/67 5190
/proc/meminfo: memFree=1619504/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2664 CPUtime=51.06
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 536 0 0 0 5106 0 0 0 25 0 1 0 242789953 2727936 286 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 666 286 76 170 0 494 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4080

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1619056/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=2788 CPUtime=102.25
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 594 0 0 0 10225 0 0 0 25 0 1 0 242789953 2854912 344 1992294400 134512640 135212939 4294956320 18446744073709551615 134537047 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 697 344 76 170 0 525 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4204

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618864/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3052 CPUtime=162.23
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 635 0 0 0 16222 1 0 0 25 0 1 0 242789953 3125248 385 1992294400 134512640 135212939 4294956320 18446744073709551615 134536100 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 763 385 76 170 0 591 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4468

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618800/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3052 CPUtime=222.22
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 655 0 0 0 22221 1 0 0 25 0 1 0 242789953 3125248 405 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 763 405 76 170 0 591 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4468

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618672/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3176 CPUtime=282.2
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 689 0 0 0 28219 1 0 0 25 0 1 0 242789953 3252224 439 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 794 439 76 170 0 622 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 4592

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618608/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3288 CPUtime=342.18
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 705 0 0 0 34217 1 0 0 25 0 1 0 242789953 3366912 455 1992294400 134512640 135212939 4294956320 18446744073709551615 134543711 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 822 455 76 170 0 650 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 4704

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618480/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3392 CPUtime=402.16
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 729 0 0 0 40215 1 0 0 25 0 1 0 242789953 3473408 479 1992294400 134512640 135212939 4294956320 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 848 479 76 170 0 676 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 4808

[startup+462.302 s]

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

[pid=5190] ppid=5188 vsize=3392 CPUtime=462.16
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 741 0 0 0 46214 2 0 0 25 0 1 0 242789953 3473408 491 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 848 491 76 170 0 676 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 4808

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618352/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3496 CPUtime=522.14
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 756 0 0 0 52212 2 0 0 25 0 1 0 242789953 3579904 506 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 874 506 76 170 0 702 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 4912

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618288/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3608 CPUtime=582.12
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 777 0 0 0 58210 2 0 0 25 0 1 0 242789953 3694592 527 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 902 527 76 170 0 730 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 5024

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618160/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3724 CPUtime=642.11
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 803 0 0 0 64209 2 0 0 25 0 1 0 242789953 3813376 553 1992294400 134512640 135212939 4294956320 18446744073709551615 134536036 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 931 553 76 170 0 759 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 5140

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618096/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3724 CPUtime=702.09
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 812 0 0 0 70207 2 0 0 25 0 1 0 242789953 3813376 562 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 931 562 76 170 0 759 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 5140

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618096/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3724 CPUtime=762.07
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 821 0 0 0 76205 2 0 0 25 0 1 0 242789953 3813376 571 1992294400 134512640 135212939 4294956320 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 931 571 76 170 0 759 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 5140

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1618032/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3808 CPUtime=822.05
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 831 0 0 0 82203 2 0 0 25 0 1 0 242789953 3899392 581 1992294400 134512640 135212939 4294956320 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 952 581 76 170 0 780 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 5224

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617968/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3808 CPUtime=882.04
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 832 0 0 0 88201 3 0 0 25 0 1 0 242789953 3899392 582 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 952 582 76 170 0 780 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 5224

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617904/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3932 CPUtime=942.03
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 858 0 0 0 94200 3 0 0 25 0 1 0 242789953 4026368 608 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 983 608 76 170 0 811 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 5348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617776/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3932 CPUtime=1002.01
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 869 0 0 0 100198 3 0 0 25 0 1 0 242789953 4026368 619 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 983 619 76 170 0 811 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 5348

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617776/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=3932 CPUtime=1061.99
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 874 0 0 0 106196 3 0 0 25 0 1 0 242789953 4026368 624 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 983 624 76 170 0 811 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 5348

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617712/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=4060 CPUtime=1121.97
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 888 0 0 0 112194 3 0 0 25 0 1 0 242789953 4157440 638 1992294400 134512640 135212939 4294956320 18446744073709551615 134543518 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 1015 638 76 170 0 843 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 5476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617648/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=4060 CPUtime=1181.96
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 901 0 0 0 118193 3 0 0 25 0 1 0 242789953 4157440 651 1992294400 134512640 135212939 4294956320 18446744073709551615 134527077 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 1015 651 76 170 0 843 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 5476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.92 2/67 5196
/proc/meminfo: memFree=1617648/2055920 swapFree=4171404/4192956
[pid=5188] ppid=5186 vsize=1416 CPUtime=0
/proc/5188/stat : 5188 (IUT_BMB_SIM) S 5186 5188 4937 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 242789952 1449984 157 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5188/statm: 354 157 106 274 0 77 0
[pid=5190] ppid=5188 vsize=4060 CPUtime=1200.06
/proc/5190/stat : 5190 (minisat) R 5188 5188 4937 0 -1 4194304 901 0 0 0 120003 3 0 0 25 0 1 0 242789953 4157440 651 1992294400 134512640 135212939 4294956320 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 1 0 0
/proc/5190/statm: 1015 651 76 170 0 843 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 5476

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1200.04
CPU system time (s): 0.038994
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 5480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1122
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= 6
involuntary context switches= 2222

runsolver used 1.10583 second user time and 3.2725 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-12 18:59:33
IDJOB=1806275
IDBENCH=24704
IDSOLVER=650
FILE ID=node74/1806275-1242147573
PBS_JOBID= 9289652
Free space on /tmp= 102960 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806275-1242147573/watcher-1806275-1242147573 -o /tmp/evaluation-result-1806275-1242147573/solver-1806275-1242147573 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806275-1242147573.cnf HOME

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

MD5SUM BENCH= 6a0d1029e840b2624bac287c335e4e2c
RANDOM SEED=833009858

node74.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.233
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.233
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:       1621408 kB
Buffers:         38708 kB
Cached:         318736 kB
SwapCached:      14652 kB
Active:          65140 kB
Inactive:       309348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621408 kB
SwapTotal:     4192956 kB
SwapFree:      4171404 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          14244 kB
Slab:            45804 kB
Committed_AS:   901560 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 102956 MiB
End job on node74 at 2009-05-12 19:19:33