Trace number 1797568

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 1200.53

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
Number of clauses of size 40
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
7.27/7.39	This is MiniSat 2.0 beta
7.27/7.39	WARNING: for repeatability, setting FPU to use double precision
7.27/7.39	============================[ Problem Statistics ]=============================
7.27/7.39	|                                                                             |
7.27/7.39	|  Number of variables:  138559                                               |
7.27/7.39	|  Number of clauses:    415288                                               |
7.36/7.62	|  Parsing time:         0.21         s                                       |
7.36/7.63	============================[ Search Statistics ]==============================
7.36/7.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.36/7.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.36/7.63	===============================================================================
7.36/7.63	|         0 |  138557   415288   969005 |   138429        0    nan |  0.000 % |
7.67/7.71	|       100 |  138390   415288   969005 |   152272       99      6 |  0.199 % |
7.77/7.88	|       250 |  138390   415288   969005 |   167499      249     16 |  0.199 % |
9.37/9.48	|       475 |  138390   415288   969005 |   184249      474     63 |  0.199 % |
17.97/18.00	|       812 |  138281   414320   966795 |   202674      810    106 |  0.199 % |
28.16/28.20	|      1318 |  138281   414320   966795 |   222941     1316    113 |  0.199 % |
59.94/60.06	|      2077 |  138281   414320   966795 |   245236     2075    115 |  0.199 % |
131.10/131.29	|      3217 |  138281   414320   966795 |   269759     3215    116 |  0.199 % |
167.39/167.53	|      4925 |  138281   414320   966795 |   296735     4923    133 |  0.199 % |
329.61/329.87	|      7487 |  138281   414320   966795 |   326409     7485    140 |  0.199 % |
556.04/556.39	|     11332 |  138281   414320   966795 |   359050    11330    134 |  0.199 % |
743.77/744.14	|     17098 |  138281   414320   966795 |   394955    17096    140 |  0.199 % |

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-1797568-1242079175/watcher-1797568-1242079175 -o /tmp/evaluation-result-1797568-1242079175/solver-1797568-1242079175 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797568-1242079175.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.00 1.00 1.00 3/64 15241
/proc/meminfo: memFree=1315920/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=6152 CPUtime=0
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 235951562 6299648 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15241/statm: 1538 175 90 274 0 1261 0

[startup+0.100407 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15241
/proc/meminfo: memFree=1315920/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=10488 CPUtime=0.09
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 2355 0 0 0 8 1 0 0 18 0 1 0 235951562 10739712 2338 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/15241/statm: 2622 2339 90 274 0 2345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10488

[startup+0.202413 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15241
/proc/meminfo: memFree=1315920/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=25368 CPUtime=0.19
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 6162 0 0 0 17 2 0 0 18 0 1 0 235951562 25976832 6145 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15241/statm: 6342 6145 97 274 0 6065 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25368

[startup+0.302422 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15241
/proc/meminfo: memFree=1315920/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=26688 CPUtime=0.29
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 6486 0 0 0 27 2 0 0 19 0 1 0 235951562 27328512 6469 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/15241/statm: 6672 6469 97 274 0 6395 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26688

[startup+0.701464 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15241
/proc/meminfo: memFree=1315920/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=31440 CPUtime=0.69
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 7682 0 0 0 66 3 0 0 23 0 1 0 235951562 32194560 7665 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15241/statm: 7860 7665 97 274 0 7583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31440

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15242
/proc/meminfo: memFree=1281096/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=40416 CPUtime=1.49
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 9923 0 0 0 144 5 0 0 25 0 1 0 235951562 41385984 9906 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15241/statm: 10104 9906 97 274 0 9827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40416

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15242
/proc/meminfo: memFree=1269064/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=60216 CPUtime=3.09
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 14888 0 0 0 301 8 0 0 25 0 1 0 235951562 61661184 14871 1992294400 134512640 135635349 4294956224 18446744073709551615 134577332 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 15054 14871 97 274 0 14777 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60216

[startup+6.30192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15242
/proc/meminfo: memFree=1228360/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=6.28
/proc/15241/stat : 15241 (IUT_BMB_SIM) R 15239 15241 14837 0 -1 4194304 22382 0 0 0 534 94 0 0 25 0 1 0 235951562 89247744 21610 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/15241/statm: 21789 21610 100 274 0 21512 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87156

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15243
/proc/meminfo: memFree=1196096/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=29624 CPUtime=5.31
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 6866 0 0 0 528 3 0 0 25 0 1 0 235952300 30334976 6608 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 7406 6608 77 170 0 7234 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 116780

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15243
/proc/meminfo: memFree=1196032/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=29896 CPUtime=18.1
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 6937 0 0 0 1807 3 0 0 25 0 1 0 235952300 30613504 6679 1992294400 134512640 135212939 4294956320 18446744073709551615 134536022 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 7474 6679 77 170 0 7302 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 117052

[startup+51.1026 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15243
/proc/meminfo: memFree=1195584/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=30292 CPUtime=43.68
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 7031 0 0 0 4365 3 0 0 25 0 1 0 235952300 31019008 6773 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 7573 6773 77 170 0 7401 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 117448

[startup+102.303 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 15249
/proc/meminfo: memFree=1195072/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=30688 CPUtime=94.86
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 7137 0 0 0 9483 3 0 0 25 0 1 0 235952300 31424512 6879 1992294400 134512640 135212939 4294956320 18446744073709551615 134536289 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 7672 6879 77 170 0 7500 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 117844

[startup+162.303 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 15249
/proc/meminfo: memFree=1193920/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=32008 CPUtime=154.84
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 7468 0 0 0 15480 4 0 0 25 0 1 0 235952300 32776192 7210 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 8002 7210 77 170 0 7830 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 119164

[startup+222.307 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1193088/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=32932 CPUtime=214.81
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 7670 0 0 0 21477 4 0 0 25 0 1 0 235952300 33722368 7412 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 8233 7412 77 170 0 8061 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 120088

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1192448/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=33592 CPUtime=274.78
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 7833 0 0 0 27474 4 0 0 25 0 1 0 235952300 34398208 7575 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 8398 7575 77 170 0 8226 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 120748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1191808/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=34132 CPUtime=334.75
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 7983 0 0 0 33471 4 0 0 25 0 1 0 235952300 34951168 7725 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 8533 7725 77 170 0 8361 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 121288

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1191296/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=34792 CPUtime=394.74
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 8131 0 0 0 39469 5 0 0 25 0 1 0 235952300 35627008 7873 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 8698 7873 77 170 0 8526 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 121948

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1190720/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=35188 CPUtime=454.71
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 8260 0 0 0 45466 5 0 0 25 0 1 0 235952300 36032512 8002 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 8797 8002 77 170 0 8625 0
Current children cumulated CPU time (s) 462.07

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

/proc/15243/statm: 8929 8120 77 170 0 8757 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 122872

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1189312/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=36644 CPUtime=574.67
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 8617 0 0 0 57462 5 0 0 25 0 1 0 235952300 37523456 8359 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 9161 8359 77 170 0 8989 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 123800

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1188224/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=37700 CPUtime=634.65
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 8880 0 0 0 63459 6 0 0 25 0 1 0 235952300 38604800 8622 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 9425 8622 77 170 0 9253 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 124856

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1187072/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=38888 CPUtime=694.62
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 9163 0 0 0 69456 6 0 0 25 0 1 0 235952300 39821312 8905 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 9722 8905 77 170 0 9550 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 126044

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1185792/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=40076 CPUtime=754.6
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 9466 0 0 0 75454 6 0 0 25 0 1 0 235952300 41037824 9208 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10019 9208 77 170 0 9847 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 127232

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1185280/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=40736 CPUtime=814.58
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 9609 0 0 0 81451 7 0 0 25 0 1 0 235952300 41713664 9351 1992294400 134512640 135212939 4294956320 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10184 9351 77 170 0 10012 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 127892

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1184768/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=41264 CPUtime=874.56
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 9752 0 0 0 87449 7 0 0 25 0 1 0 235952300 42254336 9494 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10316 9494 77 170 0 10144 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 128420

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1184064/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=41792 CPUtime=934.53
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 9905 0 0 0 93446 7 0 0 25 0 1 0 235952300 42795008 9647 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10448 9647 77 170 0 10276 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 128948

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1183552/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=42320 CPUtime=994.51
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 10035 0 0 0 99443 8 0 0 25 0 1 0 235952300 43335680 9777 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10580 9777 77 170 0 10408 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 129476

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1182976/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=42848 CPUtime=1054.49
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 10172 0 0 0 105441 8 0 0 25 0 1 0 235952300 43876352 9914 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10712 9914 77 170 0 10540 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 130004

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1182464/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=43516 CPUtime=1114.47
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 10307 0 0 0 111439 8 0 0 25 0 1 0 235952300 44560384 10049 1992294400 134512640 135212939 4294956320 18446744073709551615 134536338 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 10879 10049 77 170 0 10707 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 130672

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1181888/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=44044 CPUtime=1174.44
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 10447 0 0 0 117436 8 0 0 25 0 1 0 235952300 45101056 10189 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 11011 10189 77 170 0 10839 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 131200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1181760/2055920 swapFree=4191900/4192956
[pid=15241] ppid=15239 vsize=87156 CPUtime=7.36
/proc/15241/stat : 15241 (IUT_BMB_SIM) S 15239 15241 14837 0 -1 4194304 22388 0 0 0 567 169 0 0 25 0 1 0 235951562 89247744 21615 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15241/statm: 21789 21615 105 274 0 21512 0
[pid=15243] ppid=15241 vsize=44176 CPUtime=1192.64
/proc/15243/stat : 15243 (minisat) R 15241 15241 14837 0 -1 4194304 10485 0 0 0 119256 8 0 0 25 0 1 0 235952300 45236224 10227 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15243/statm: 11044 10227 77 170 0 10872 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 131332

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15241 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=671137
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=706740
# CPU time returned by wait4() is 7.37788
# while last known CPU time is 1200
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.53
CPU time (s): 1200
CPU user time (s): 1198.23
CPU system time (s): 1.77
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 131332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.67114
system time used= 1.70674
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22388
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= 3
involuntary context switches= 74

runsolver used 1.03784 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-11 23:59:35
IDJOB=1797568
IDBENCH=70772
IDSOLVER=650
FILE ID=node3/1797568-1242079175
PBS_JOBID= 9277600
Free space on /tmp= 66272 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797568-1242079175/watcher-1797568-1242079175 -o /tmp/evaluation-result-1797568-1242079175/solver-1797568-1242079175 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797568-1242079175.cnf HOME

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=1294817589

node3.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.212
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.212
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:       1316464 kB
Buffers:         74324 kB
Cached:         562372 kB
SwapCached:        260 kB
Active:          33864 kB
Inactive:       616620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316464 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9184 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            75068 kB
Committed_AS:   864164 kB
PageTables:       1392 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= 66260 MiB
End job on node3 at 2009-05-12 00:19:38