Trace number 1797584

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.03 1200.64

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
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 variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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
10.57/10.63	This is MiniSat 2.0 beta
10.57/10.63	WARNING: for repeatability, setting FPU to use double precision
10.57/10.63	============================[ Problem Statistics ]=============================
10.57/10.63	|                                                                             |
10.57/10.63	|  Number of variables:  200308                                               |
10.57/10.63	|  Number of clauses:    598575                                               |
10.86/10.99	|  Parsing time:         0.31         s                                       |
10.96/11.01	============================[ Search Statistics ]==============================
10.96/11.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.96/11.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.96/11.01	===============================================================================
10.96/11.01	|         0 |  200303   598575  1396672 |   199525        0    nan |  0.000 % |
11.26/11.38	|       108 |  200303   598575  1396672 |   219477      108    106 |  0.000 % |
11.56/11.68	|       259 |  200303   598575  1396672 |   241425      259    104 |  0.000 % |
11.96/12.02	|       484 |  200303   598575  1396672 |   265567      484     60 |  0.000 % |
12.85/12.94	|       821 |  200303   598575  1396672 |   292124      821     75 |  0.000 % |
13.36/13.46	|      1327 |  200303   598575  1396672 |   321337     1327     87 |  0.000 % |
14.66/14.72	|      2087 |  200303   598575  1396672 |   353470     2087     68 |  0.000 % |
16.56/16.66	|      3229 |  200302   598572  1396666 |   388817     3228    103 |  0.000 % |
18.95/19.08	|      4938 |  200302   598572  1396666 |   427699     4937    108 |  0.000 % |
24.25/24.38	|      7500 |  200302   598572  1396666 |   470469     7499    106 |  0.000 % |
36.23/36.34	|     11344 |  200302   598572  1396666 |   517516    11343    132 |  0.000 % |
49.12/49.26	|     17112 |  200302   598572  1396666 |   569268    17111    139 |  0.000 % |
69.71/69.82	|     25763 |  200302   598572  1396666 |   626194    25762    211 |  0.000 % |
96.70/96.86	|     38737 |  200302   598572  1396666 |   688814    38736    206 |  0.000 % |
164.57/164.78	|     58200 |  200302   598572  1396666 |   757695    58199    207 |  0.000 % |
268.81/269.00	|     87392 |  200302   598572  1396666 |   833465    87391    220 |  0.000 % |
511.81/512.10	|    131184 |  200302   598572  1396666 |   916811   131183    304 |  0.000 % |
763.41/763.83	|    196869 |  200302   598572  1396666 |  1008493   196868    294 |  0.000 % |

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-1797584-1242080261/watcher-1797584-1242080261 -o /tmp/evaluation-result-1797584-1242080261/solver-1797584-1242080261 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797584-1242080261.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.92 0.97 0.99 3/64 15144
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=8300 CPUtime=0
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 63027998 8499200 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 2075 175 90 274 0 1798 0

[startup+0.0589239 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 15144
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=8300 CPUtime=0.05
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 1088 0 0 0 5 0 0 0 18 0 1 0 63027998 8499200 1071 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 2075 1072 90 274 0 1798 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8300

[startup+0.101927 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 15144
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=8300 CPUtime=0.09
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 1800 0 0 0 9 0 0 0 18 0 1 0 63027998 8499200 1783 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 2075 1784 90 274 0 1798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8300

[startup+0.301948 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 15144
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=36216 CPUtime=0.29
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 8879 0 0 0 26 3 0 0 20 0 1 0 63027998 37085184 8862 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 9054 8862 97 274 0 8777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36216

[startup+0.70199 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 15144
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=41100 CPUtime=0.69
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 10108 0 0 0 66 3 0 0 24 0 1 0 63027998 42086400 10091 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 10275 10091 97 274 0 9998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41100

[startup+1.50107 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 15145
/proc/meminfo: memFree=1810064/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=50076 CPUtime=1.49
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 12351 0 0 0 144 5 0 0 25 0 1 0 63027998 51277824 12334 1992294400 134512640 135635349 4294956224 18446744073709551615 134528279 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 12519 12334 97 274 0 12242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50076

[startup+3.10225 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 15145
/proc/meminfo: memFree=1797584/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=65916 CPUtime=3.08
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 16295 0 0 0 302 6 0 0 25 0 1 0 63027998 67497984 16278 1992294400 134512640 135635349 4294956224 18446744073709551615 134693726 0 0 4096 0 0 0 0 17 1 0 0
/proc/15144/statm: 16479 16278 97 274 0 16202 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65916

[startup+6.30158 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 15145
/proc/meminfo: memFree=1755536/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=115944 CPUtime=6.28
/proc/15144/stat : 15144 (IUT_BMB_SIM) R 15142 15144 14761 0 -1 4194304 28800 0 0 0 617 11 0 0 25 0 1 0 63027998 118726656 28783 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15144/statm: 28986 28783 97 274 0 28709 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 115944

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1681096/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=39236 CPUtime=2.06
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 9578 0 0 0 201 5 0 0 25 0 1 0 63029060 40177664 9328 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 9809 9328 77 170 0 9637 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 164680

[startup+25.5016 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1677448/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=42932 CPUtime=14.86
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 10492 0 0 0 1480 6 0 0 25 0 1 0 63029060 43962368 10242 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 10733 10242 77 170 0 10561 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 168376

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1670216/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=50536 CPUtime=40.43
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 12387 0 0 0 4035 8 0 0 25 0 1 0 63029060 51748864 12137 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 12634 12137 77 170 0 12462 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 175980

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1645704/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=74740 CPUtime=91.61
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 18454 0 0 0 9147 14 0 0 25 0 1 0 63029060 76533760 18204 1992294400 134512640 135212939 4294956320 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 18685 18204 77 170 0 18513 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 200184

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1630920/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=89744 CPUtime=151.58
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 22202 0 0 0 15139 19 0 0 25 0 1 0 63029060 91897856 21952 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 22436 21952 77 170 0 22264 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 215188

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1614024/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=106560 CPUtime=211.54
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 26377 0 0 0 21131 23 0 0 25 0 1 0 63029060 109117440 26127 1992294400 134512640 135212939 4294956320 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 26640 26127 77 170 0 26468 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 232004

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1593608/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=127188 CPUtime=271.52
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 31534 0 0 0 27124 28 0 0 25 0 1 0 63029060 130240512 31284 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 31797 31284 77 170 0 31625 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 252632

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1571144/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=149340 CPUtime=331.5
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 37052 0 0 0 33116 34 0 0 25 0 1 0 63029060 152924160 36802 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 37335 36802 77 170 0 37163 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 274784

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1551496/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=169188 CPUtime=391.47
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 42007 0 0 0 39108 39 0 0 25 0 1 0 63029060 173248512 41757 1992294400 134512640 135212939 4294956320 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 42297 41757 77 170 0 42125 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 294632

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1533000/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=187452 CPUtime=451.45
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 46577 0 0 0 45102 43 0 0 25 0 1 0 63029060 191950848 46327 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 46863 46327 77 170 0 46691 0
Current children cumulated CPU time (s) 462.04

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

/proc/15146/statm: 51850 51316 77 170 0 51678 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 332844

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1495688/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=224832 CPUtime=571.4
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 55877 0 0 0 57088 52 0 0 25 0 1 0 63029060 230227968 55627 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 56208 55627 77 170 0 56036 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 350276

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1476168/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=244276 CPUtime=631.37
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 60735 0 0 0 63080 57 0 0 25 0 1 0 63029060 250138624 60485 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 61069 60486 77 170 0 60897 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 369720

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1461896/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=258480 CPUtime=691.35
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 64320 0 0 0 69072 63 0 0 25 0 1 0 63029060 264683520 64070 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 64620 64070 77 170 0 64448 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 383924

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1442120/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=278024 CPUtime=751.32
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 69195 0 0 0 75064 68 0 0 25 0 1 0 63029060 284696576 68945 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 69506 68945 77 170 0 69334 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 403468

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1427464/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=293124 CPUtime=811.3
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 72881 0 0 0 81058 72 0 0 25 0 1 0 63029060 300158976 72631 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 73281 72631 77 170 0 73109 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 418568

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1415560/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=304872 CPUtime=871.27
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 75834 0 0 0 87052 75 0 0 25 0 1 0 63029060 312188928 75584 1992294400 134512640 135212939 4294956320 18446744073709551615 134527077 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 76218 75584 77 170 0 76046 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 430316

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1403016/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=317516 CPUtime=931.24
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 78976 0 0 0 93045 79 0 0 25 0 1 0 63029060 325136384 78726 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 79379 78726 77 170 0 79207 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 442960

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1390920/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=329404 CPUtime=991.22
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 81947 0 0 0 99039 83 0 0 25 0 1 0 63029060 337309696 81697 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 82351 81697 77 170 0 82179 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 454848

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1379592/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=340756 CPUtime=1051.2
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 84819 0 0 0 105033 87 0 0 25 0 1 0 63029060 348934144 84569 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 85189 84569 77 170 0 85017 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 466200

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1366280/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=353988 CPUtime=1111.17
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 88135 0 0 0 111028 89 0 0 25 0 1 0 63029060 362483712 87885 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 88497 87885 77 170 0 88325 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 479432

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1347656/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=372844 CPUtime=1171.15
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 92842 0 0 0 117021 94 0 0 25 0 1 0 63029060 381792256 92592 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 93211 92592 77 170 0 93039 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 498288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15146
/proc/meminfo: memFree=1342856/2055920 swapFree=4192812/4192956
[pid=15144] ppid=15142 vsize=125444 CPUtime=10.59
/proc/15144/stat : 15144 (IUT_BMB_SIM) S 15142 15144 14761 0 -1 4194304 32081 0 0 0 840 219 0 0 25 0 1 0 63027998 128454656 31187 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15144/statm: 31361 31187 105 274 0 31084 0
[pid=15146] ppid=15144 vsize=377200 CPUtime=1189.44
/proc/15146/stat : 15146 (minisat) R 15144 15144 14761 0 -1 4194304 93939 0 0 0 118849 95 0 0 25 0 1 0 63029060 386252800 93689 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15146/statm: 94300 93689 77 170 0 94128 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 502644

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 15144 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=407721
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=220662
# CPU time returned by wait4() is 10.6284
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.64
CPU time (s): 1200.03
CPU user time (s): 1196.89
CPU system time (s): 3.14
CPU usage (%): 99.9494
Max. virtual memory (cumulated for all children) (KiB): 502644

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

runsolver used 1.02884 second user time and 3.35049 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-12 00:17:41
IDJOB=1797584
IDBENCH=70808
IDSOLVER=650
FILE ID=node7/1797584-1242080261
PBS_JOBID= 9277590
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1280940679

node7.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.243
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.243
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:       1854072 kB
Buffers:         35720 kB
Cached:          72056 kB
SwapCached:        140 kB
Active:          45964 kB
Inactive:        75824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12680 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            66052 kB
Committed_AS:   192988 kB
PageTables:       1444 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= 66296 MiB
End job on node7 at 2009-05-12 00:37:44