Trace number 1797605

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.04 1200.52

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.49/1.50	This is MiniSat 2.0 beta
1.49/1.50	WARNING: for repeatability, setting FPU to use double precision
1.49/1.50	============================[ Problem Statistics ]=============================
1.49/1.50	|                                                                             |
1.49/1.51	|  Number of variables:  31951                                                |
1.49/1.51	|  Number of clauses:    95677                                                |
1.49/1.56	|  Parsing time:         0.05         s                                       |
1.49/1.56	============================[ Search Statistics ]==============================
1.49/1.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.56	===============================================================================
1.49/1.56	|         0 |   31934    93582   221020 |    31194        0    nan |  0.000 % |
1.49/1.62	|       100 |   31865    93582   221020 |    34313       87     19 |  0.880 % |
2.17/2.26	|       250 |   31668    92411   218249 |    37744      229     31 |  0.889 % |
3.47/3.55	|       475 |   31603    92144   217639 |    41519      451     33 |  1.139 % |
6.27/6.37	|       813 |   31507    91648   216450 |    45671      783     29 |  1.387 % |
10.57/10.64	|      1320 |   31489    91573   216275 |    50238     1289     27 |  1.443 % |
16.47/16.54	|      2080 |   31453    91432   215948 |    55262     2048     27 |  1.556 % |
22.97/23.10	|      3219 |   31453    91432   215948 |    60788     3187     35 |  1.556 % |
36.66/36.76	|      4928 |   31453    91432   215948 |    66867     4896     32 |  1.556 % |
56.06/56.18	|      7491 |   31403    91198   215419 |    73553     7458     32 |  1.712 % |
86.44/86.50	|     11337 |   31308    90907   214701 |    80909    11299     31 |  2.009 % |
134.82/134.96	|     17104 |   31264    90728   214264 |    89000    17062     30 |  2.147 % |
210.90/211.04	|     25754 |   31249    90666   214092 |    97900    25706     29 |  2.194 % |
321.66/321.87	|     38729 |   31247    90658   214072 |   107690    38680     30 |  2.200 % |
488.69/488.99	|     58191 |   31184    90396   213474 |   118459    58140     32 |  2.397 % |
779.99/780.36	|     87384 |   31102    90078   212730 |   130305    87328     33 |  2.654 % |
1200.01/1200.51	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-1797605-1242081582/watcher-1797605-1242081582 -o /tmp/evaluation-result-1797605-1242081582/solver-1797605-1242081582 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797605-1242081582.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.98 0.99 2/64 15307
/proc/meminfo: memFree=1317904/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=2412 CPUtime=0
/proc/15307/stat : 15307 (IUT_BMB_SIM) R 15305 15307 14837 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 236192190 2469888 176 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/15307/statm: 603 177 93 274 0 326 0

[startup+0.08447 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15307
/proc/meminfo: memFree=1317904/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=7348 CPUtime=0.08
/proc/15307/stat : 15307 (IUT_BMB_SIM) R 15305 15307 14837 0 -1 4194304 1665 0 0 0 8 0 0 0 18 0 1 0 236192190 7524352 1648 1992294400 134512640 135635349 4294956224 18446744073709551615 135088825 0 0 4096 0 0 0 0 17 0 0 0
/proc/15307/statm: 1837 1649 99 274 0 1560 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7348

[startup+0.101471 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15307
/proc/meminfo: memFree=1317904/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=7612 CPUtime=0.09
/proc/15307/stat : 15307 (IUT_BMB_SIM) R 15305 15307 14837 0 -1 4194304 1726 0 0 0 9 0 0 0 18 0 1 0 236192190 7794688 1709 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15307/statm: 1903 1709 99 274 0 1626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.301488 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15307
/proc/meminfo: memFree=1317904/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=10120 CPUtime=0.29
/proc/15307/stat : 15307 (IUT_BMB_SIM) R 15305 15307 14837 0 -1 4194304 2354 0 0 0 29 0 0 0 19 0 1 0 236192190 10362880 2337 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15307/statm: 2530 2337 99 274 0 2253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10120

[startup+0.701521 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 15307
/proc/meminfo: memFree=1317904/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=16588 CPUtime=0.69
/proc/15307/stat : 15307 (IUT_BMB_SIM) R 15305 15307 14837 0 -1 4194304 3955 0 0 0 68 1 0 0 23 0 1 0 236192190 16986112 3938 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15307/statm: 4147 3938 99 274 0 3870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16588

[startup+1.50159 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15308
/proc/meminfo: memFree=1297864/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) R 15305 15307 14837 0 -1 4194304 5141 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5030 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/15307/statm: 5208 5030 101 274 0 4931 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20832

[startup+3.10172 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1289600/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=8396 CPUtime=1.58
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2031 0 0 0 158 0 0 0 25 0 1 0 236192340 8597504 1781 1992294400 134512640 135212939 4294956320 18446744073709551615 134536313 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2099 1781 76 170 0 1927 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29228

[startup+6.30298 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1289344/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=8396 CPUtime=4.78
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2045 0 0 0 478 0 0 0 25 0 1 0 236192340 8597504 1795 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2099 1795 76 170 0 1927 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29228

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1289280/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=8528 CPUtime=11.17
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2072 0 0 0 1117 0 0 0 25 0 1 0 236192340 8732672 1822 1992294400 134512640 135212939 4294956320 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2132 1822 76 170 0 1960 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 29360

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1289088/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=8924 CPUtime=23.98
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2170 0 0 0 2397 1 0 0 25 0 1 0 236192340 9138176 1920 1992294400 134512640 135212939 4294956320 18446744073709551615 134526808 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2231 1920 76 170 0 2059 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 29756

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1288640/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=9452 CPUtime=49.56
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2298 0 0 0 4955 1 0 0 25 0 1 0 236192340 9678848 2048 1992294400 134512640 135212939 4294956320 18446744073709551615 134536389 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2363 2048 76 170 0 2191 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30284

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1287296/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=10676 CPUtime=100.75
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2607 0 0 0 10074 1 0 0 25 0 1 0 236192340 10932224 2357 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2669 2357 76 170 0 2497 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31508

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1286208/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=11756 CPUtime=160.72
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 2866 0 0 0 16071 1 0 0 25 0 1 0 236192340 12038144 2616 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 2939 2616 76 170 0 2767 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 32588

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1285056/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=12932 CPUtime=220.7
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 3160 0 0 0 22068 2 0 0 25 0 1 0 236192340 13242368 2910 1992294400 134512640 135212939 4294956320 18446744073709551615 134526680 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 3233 2910 76 170 0 3061 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 33764

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1283968/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=14036 CPUtime=280.67
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 3431 0 0 0 28065 2 0 0 25 0 1 0 236192340 14372864 3181 1992294400 134512640 135212939 4294956320 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 3509 3181 76 170 0 3337 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 34868

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1282688/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=15340 CPUtime=340.66
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 3761 0 0 0 34063 3 0 0 25 0 1 0 236192340 15708160 3511 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 3835 3511 76 170 0 3663 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 36172

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1281280/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=16964 CPUtime=400.63
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 4134 0 0 0 40060 3 0 0 25 0 1 0 236192340 17371136 3884 1992294400 134512640 135212939 4294956320 18446744073709551615 134536259 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 4241 3884 76 170 0 4069 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 37796

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1279936/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49

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

[pid=15309] ppid=15307 vsize=19624 CPUtime=520.6
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 4760 0 0 0 52056 4 0 0 25 0 1 0 236192340 20094976 4510 1992294400 134512640 135212939 4294956320 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 4906 4510 76 170 0 4734 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 40456

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1277760/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=20576 CPUtime=580.56
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 5015 0 0 0 58052 4 0 0 25 0 1 0 236192340 21069824 4765 1992294400 134512640 135212939 4294956320 18446744073709551615 134535946 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 5144 4765 76 170 0 4972 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 41408

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1276416/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=22028 CPUtime=640.56
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 5345 0 0 0 64051 5 0 0 25 0 1 0 236192340 22556672 5095 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 5507 5095 76 170 0 5335 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 42860

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1275200/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=23068 CPUtime=700.53
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 5629 0 0 0 70048 5 0 0 25 0 1 0 236192340 23621632 5379 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 5767 5379 76 170 0 5595 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 43900

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1274176/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=24048 CPUtime=760.51
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 5875 0 0 0 76046 5 0 0 25 0 1 0 236192340 24625152 5625 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 6012 5625 76 170 0 5840 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 44880

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1273152/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=25088 CPUtime=820.49
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 6127 0 0 0 82043 6 0 0 25 0 1 0 236192340 25690112 5877 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 6272 5877 76 170 0 6100 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 45920

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1272256/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=26296 CPUtime=880.46
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 6353 0 0 0 88040 6 0 0 25 0 1 0 236192340 26927104 6103 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 6574 6103 76 170 0 6402 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 47128

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1271424/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=27148 CPUtime=940.43
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 6566 0 0 0 94037 6 0 0 25 0 1 0 236192340 27799552 6316 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 6787 6316 76 170 0 6615 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 47980

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1270528/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=27972 CPUtime=1000.41
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 6782 0 0 0 100034 7 0 0 25 0 1 0 236192340 28643328 6532 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 6993 6532 76 170 0 6821 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 48804

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1269888/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=28632 CPUtime=1060.38
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 6952 0 0 0 106031 7 0 0 25 0 1 0 236192340 29319168 6702 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 7158 6702 76 170 0 6986 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 49464

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1268736/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=29668 CPUtime=1120.34
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 7233 0 0 0 112027 7 0 0 25 0 1 0 236192340 30380032 6983 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 7417 6983 76 170 0 7245 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 50500

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1267968/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=30460 CPUtime=1180.33
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 7419 0 0 0 118025 8 0 0 25 0 1 0 236192340 31191040 7169 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15309/statm: 7615 7169 76 170 0 7443 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 51292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1267776/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=30592 CPUtime=1198.52
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 7476 0 0 0 119844 8 0 0 25 0 1 0 236192340 31326208 7226 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/15309/statm: 7648 7226 76 170 0 7476 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 51424

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15309
/proc/meminfo: memFree=1267776/2055920 swapFree=4191900/4192956
[pid=15307] ppid=15305 vsize=20832 CPUtime=1.49
/proc/15307/stat : 15307 (IUT_BMB_SIM) S 15305 15307 14837 0 -1 4194304 5147 0 0 0 116 33 0 0 25 0 1 0 236192190 21331968 5035 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 5208 5035 106 274 0 4931 0
[pid=15309] ppid=15307 vsize=30592 CPUtime=1198.52
/proc/15309/stat : 15309 (minisat) R 15307 15307 14837 0 -1 4194304 7476 0 0 0 119844 8 0 0 25 0 1 0 236192340 31326208 7226 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/15309/statm: 7648 7226 76 170 0 7476 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 51424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.04
CPU user time (s): 1199.61
CPU system time (s): 0.423935
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 51424

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

runsolver used 1.08783 second user time and 3.2905 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-12 00:39:42
IDJOB=1797605
IDBENCH=70849
IDSOLVER=650
FILE ID=node3/1797605-1242081582
PBS_JOBID= 9277600
Free space on /tmp= 66276 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=696428045

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:       1318448 kB
Buffers:         74724 kB
Cached:         560136 kB
SwapCached:        260 kB
Active:          31832 kB
Inactive:       616828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318448 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            74940 kB
Committed_AS:   865228 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= 66272 MiB
End job on node3 at 2009-05-12 00:59:44