Trace number 1797612

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.13 1200.62

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-23-s100.cnf
MD5SUMaa3fff3e05d3f50a3d088c22afa455ea
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 variables31711
Number of clauses95400
Sum of the clauses size224926
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261146
Number of clauses of size 334190
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
1.39/1.50	This is MiniSat 2.0 beta
1.39/1.50	WARNING: for repeatability, setting FPU to use double precision
1.39/1.50	============================[ Problem Statistics ]=============================
1.39/1.50	|                                                                             |
1.48/1.50	|  Number of variables:  31711                                                |
1.48/1.50	|  Number of clauses:    94916                                                |
1.48/1.55	|  Parsing time:         0.05         s                                       |
1.48/1.56	============================[ Search Statistics ]==============================
1.48/1.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.56	===============================================================================
1.48/1.56	|         0 |   31694    92815   219097 |    30938        0    nan |  0.000 % |
1.48/1.86	|       101 |   31475    91818   216724 |    34032       89     23 |  0.741 % |
2.67/2.76	|       252 |   31371    91318   215531 |    37435      236     22 |  1.069 % |
4.27/4.40	|       477 |   31339    91125   215108 |    41178      460     22 |  1.170 % |
6.86/6.97	|       814 |   31273    90833   214451 |    45296      796     22 |  1.378 % |
10.46/10.58	|      1321 |   31267    90803   214365 |    49826     1301     25 |  1.397 % |
16.76/16.87	|      2080 |   31267    90803   214365 |    54809     2060     24 |  1.397 % |
25.86/25.90	|      3220 |   31266    90795   214343 |    60290     3199     26 |  1.400 % |
39.74/39.83	|      4928 |   31266    90795   214343 |    66319     4907     26 |  1.400 % |
59.14/59.26	|      7490 |   31198    90537   213758 |    72950     7466     25 |  1.615 % |
90.52/90.61	|     11335 |   31135    90277   213166 |    80246    11310     26 |  1.813 % |
141.11/141.20	|     17102 |   31135    90277   213166 |    88270    17077     25 |  1.813 % |
207.19/207.32	|     25751 |   31135    90277   213166 |    97097    25726     26 |  1.813 % |
314.23/314.43	|     38725 |   31135    90277   213166 |   106807    38700     24 |  1.813 % |
503.46/503.74	|     58186 |   31131    90261   213124 |   117488    58158     24 |  1.835 % |
816.24/816.63	|     87379 |   31088    90085   212701 |   129237    87347     23 |  1.962 % |
1200.10/1200.61	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-1797612-1242081972/watcher-1797612-1242081972 -o /tmp/evaluation-result-1797612-1242081972/solver-1797612-1242081972 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797612-1242081972.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.01 1.03 1.00 3/64 6182
/proc/meminfo: memFree=876736/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=2404 CPUtime=0
/proc/6182/stat : 6182 (IUT_BMB_SIM) R 6180 6182 5798 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 236231232 2461696 177 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/6182/statm: 601 177 93 274 0 324 0

[startup+0.0595031 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 6182
/proc/meminfo: memFree=876736/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=6904 CPUtime=0.05
/proc/6182/stat : 6182 (IUT_BMB_SIM) R 6180 6182 5798 0 -1 4194304 1562 0 0 0 5 0 0 0 18 0 1 0 236231232 7069696 1545 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6182/statm: 1726 1545 99 274 0 1449 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6904

[startup+0.101507 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 6182
/proc/meminfo: memFree=876736/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=7564 CPUtime=0.09
/proc/6182/stat : 6182 (IUT_BMB_SIM) R 6180 6182 5798 0 -1 4194304 1713 0 0 0 9 0 0 0 18 0 1 0 236231232 7745536 1696 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6182/statm: 1891 1696 99 274 0 1614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7564

[startup+0.301526 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 6182
/proc/meminfo: memFree=876736/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=10072 CPUtime=0.29
/proc/6182/stat : 6182 (IUT_BMB_SIM) R 6180 6182 5798 0 -1 4194304 2333 0 0 0 29 0 0 0 19 0 1 0 236231232 10313728 2316 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6182/statm: 2518 2316 99 274 0 2241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10072

[startup+0.701566 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 6182
/proc/meminfo: memFree=876736/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=16408 CPUtime=0.69
/proc/6182/stat : 6182 (IUT_BMB_SIM) R 6180 6182 5798 0 -1 4194304 3913 0 0 0 68 1 0 0 23 0 1 0 236231232 16801792 3896 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6182/statm: 4102 3896 99 274 0 3825 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16408

[startup+1.50165 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 6183
/proc/meminfo: memFree=856824/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20688

[startup+3.10282 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 6184
/proc/meminfo: memFree=848560/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=8272 CPUtime=1.59
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2047 0 0 0 159 0 0 0 25 0 1 0 236231381 8470528 1783 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/6184/statm: 2068 1783 76 170 0 1896 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28960

[startup+6.30112 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 6184
/proc/meminfo: memFree=848368/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=8272 CPUtime=4.78
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2051 0 0 0 478 0 0 0 25 0 1 0 236231381 8470528 1787 1992294400 134512640 135212939 4294956320 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 2068 1787 76 170 0 1896 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28960

[startup+12.7028 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 6184
/proc/meminfo: memFree=848240/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=8404 CPUtime=11.18
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2084 0 0 0 1118 0 0 0 25 0 1 0 236231381 8605696 1820 1992294400 134512640 135212939 4294956320 18446744073709551615 134538820 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 2101 1820 76 170 0 1929 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 29092

[startup+25.502 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 6184
/proc/meminfo: memFree=848176/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=8668 CPUtime=23.98
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2146 0 0 0 2398 0 0 0 25 0 1 0 236231381 8876032 1882 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 2167 1882 76 170 0 1995 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29356

[startup+51.1016 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 6184
/proc/meminfo: memFree=847728/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=9204 CPUtime=49.56
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2267 0 0 0 4956 0 0 0 25 0 1 0 236231381 9424896 2003 1992294400 134512640 135212939 4294956320 18446744073709551615 134536470 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 2301 2003 76 170 0 2129 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29892

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 6184
/proc/meminfo: memFree=846704/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=10260 CPUtime=100.75
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2513 0 0 0 10074 1 0 0 25 0 1 0 236231381 10506240 2249 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 2565 2249 76 170 0 2393 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 30948

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 6184
/proc/meminfo: memFree=845552/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=11300 CPUtime=160.72
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 2782 0 0 0 16071 1 0 0 25 0 1 0 236231381 11571200 2518 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 2825 2518 76 170 0 2653 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 31988

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6184
/proc/meminfo: memFree=844528/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=12408 CPUtime=220.7
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 3038 0 0 0 22068 2 0 0 25 0 1 0 236231381 12705792 2774 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 3102 2774 76 170 0 2930 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 33096

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=843568/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=13332 CPUtime=280.67
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 3280 0 0 0 28065 2 0 0 25 0 1 0 236231381 13651968 3016 1992294400 134512640 135212939 4294956320 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 3333 3016 76 170 0 3161 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 34020

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=842480/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=14696 CPUtime=340.65
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 3563 0 0 0 34062 3 0 0 25 0 1 0 236231381 15048704 3299 1992294400 134512640 135212939 4294956320 18446744073709551615 134537366 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 3674 3299 76 170 0 3502 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 35384

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=841520/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=15568 CPUtime=400.62
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 3801 0 0 0 40059 3 0 0 25 0 1 0 236231381 15941632 3537 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 3892 3537 76 170 0 3720 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 36256

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=840624/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48

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

[pid=6184] ppid=6182 vsize=16408 CPUtime=460.6
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 4006 0 0 0 46057 3 0 0 25 0 1 0 236231381 16801792 3742 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 4102 3742 76 170 0 3930 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 37096

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=839984/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=17128 CPUtime=520.57
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 4172 0 0 0 52054 3 0 0 25 0 1 0 236231381 17539072 3908 1992294400 134512640 135212939 4294956320 18446744073709551615 134536364 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 4282 3908 76 170 0 4110 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 37816

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=839280/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=17940 CPUtime=580.55
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 4348 0 0 0 58051 4 0 0 25 0 1 0 236231381 18370560 4084 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 4485 4084 76 170 0 4313 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 38628

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=838576/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=18580 CPUtime=640.53
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 4525 0 0 0 64049 4 0 0 25 0 1 0 236231381 19025920 4261 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 4645 4261 76 170 0 4473 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 39268

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=837808/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=19272 CPUtime=700.51
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 4688 0 0 0 70047 4 0 0 25 0 1 0 236231381 19734528 4424 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 4818 4424 76 170 0 4646 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 39960

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=836656/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=20516 CPUtime=760.48
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 4977 0 0 0 76044 4 0 0 25 0 1 0 236231381 21008384 4713 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 5129 4713 76 170 0 4957 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 41204

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=835632/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=21604 CPUtime=820.46
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 5252 0 0 0 82042 4 0 0 25 0 1 0 236231381 22122496 4988 1992294400 134512640 135212939 4294956320 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 5401 4988 76 170 0 5229 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 42292

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6184
/proc/meminfo: memFree=834416/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=23240 CPUtime=880.43
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 5552 0 0 0 88039 4 0 0 25 0 1 0 236231381 23797760 5288 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 5810 5288 76 170 0 5638 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 43928

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6190
/proc/meminfo: memFree=833256/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=24164 CPUtime=940.4
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 5802 0 0 0 94035 5 0 0 25 0 1 0 236231381 24743936 5538 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 6041 5538 76 170 0 5869 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 44852

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6190
/proc/meminfo: memFree=832168/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=25324 CPUtime=1000.38
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 6085 0 0 0 100033 5 0 0 25 0 1 0 236231381 25931776 5821 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 6331 5821 76 170 0 6159 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 46012

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6190
/proc/meminfo: memFree=831208/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=26248 CPUtime=1060.36
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 6334 0 0 0 106030 6 0 0 25 0 1 0 236231381 26877952 6070 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 6562 6070 76 170 0 6390 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 46936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6190
/proc/meminfo: memFree=830184/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=27204 CPUtime=1120.33
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 6580 0 0 0 112027 6 0 0 25 0 1 0 236231381 27856896 6316 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 6801 6316 76 170 0 6629 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 47892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6190
/proc/meminfo: memFree=829032/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=28456 CPUtime=1180.32
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 6883 0 0 0 118025 7 0 0 25 0 1 0 236231381 29138944 6611 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 7114 6611 76 170 0 6942 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 49144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6190
/proc/meminfo: memFree=828912/2055920 swapFree=4181340/4192956
[pid=6182] ppid=6180 vsize=20688 CPUtime=1.48
/proc/6182/stat : 6182 (IUT_BMB_SIM) S 6180 6182 5798 0 -1 4194304 5111 0 0 0 114 34 0 0 25 0 1 0 236231232 21184512 4999 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6182/statm: 5172 4999 106 274 0 4895 0
[pid=6184] ppid=6182 vsize=28608 CPUtime=1198.62
/proc/6184/stat : 6184 (minisat) R 6182 6182 5798 0 -1 4194304 6919 0 0 0 119855 7 0 0 25 0 1 0 236231381 29294592 6647 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/6184/statm: 7152 6647 76 170 0 6980 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 49296

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)
Real time (s): 1200.62
CPU time (s): 1200.13
CPU user time (s): 1199.71
CPU system time (s): 0.426935
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 49296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.71
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2996

runsolver used 1.12283 second user time and 3.2545 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-12 00:46:12
IDJOB=1797612
IDBENCH=70868
IDSOLVER=650
FILE ID=node12/1797612-1242081972
PBS_JOBID= 9277661
Free space on /tmp= 66096 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-23-s100.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797612-1242081972/watcher-1797612-1242081972 -o /tmp/evaluation-result-1797612-1242081972/solver-1797612-1242081972 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797612-1242081972.cnf HOME

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

MD5SUM BENCH= aa3fff3e05d3f50a3d088c22afa455ea
RANDOM SEED=2004760472

node12.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.213
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.213
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:        877216 kB
Buffers:         75476 kB
Cached:        1016120 kB
SwapCached:       5448 kB
Active:         176876 kB
Inactive:       922636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        877216 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            65284 kB
Committed_AS:   939668 kB
PageTables:       1404 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= 66092 MiB
End job on node12 at 2009-05-12 01:06:15