Trace number 1558006

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_SAT 1.0? (TO) 1200.06 1200.62

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_SAT version 1.0
1.49/1.50	c WARNING: for repeatability, setting FPU to use double precision
1.49/1.50	c ============================[ Problem Statistics ]=============================
1.49/1.50	c |                                                                             |
1.49/1.50	c |  Number of variables:  31951                                                |
1.49/1.50	c |  Number of clauses:    95677                                                |
1.49/1.61	c |  Parsing time:         0.09         s                                       |
2.08/2.18	c ============================[ Search Statistics ]==============================
2.08/2.18	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.18	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.18	c ===============================================================================
2.08/2.18	c |         0 |   12746    53982   153228 |    17994        0    nan |  0.000 % |
2.19/2.22	c |       100 |   12746    53982   153228 |    19793      100     68 |  3.884 % |
2.28/2.31	c |       250 |   12746    53982   153228 |    21772      250     64 |  3.884 % |
3.07/3.14	c |       476 |   12746    53982   153228 |    23950      476     55 |  3.884 % |
4.38/4.46	c |       814 |   12746    53982   153228 |    26345      814     47 |  3.884 % |
6.67/6.70	c |      1321 |   12746    53982   153228 |    28979     1321     42 |  3.884 % |
9.97/10.08	c |      2081 |   12746    53982   153228 |    31877     2081     37 |  3.884 % |
14.87/14.93	c |      3220 |   12746    53982   153228 |    35065     3220     35 |  3.884 % |
21.77/21.84	c |      4928 |   12746    53982   153228 |    38571     4928     33 |  3.884 % |
33.56/33.67	c |      7493 |   12746    53982   153228 |    42428     7493     32 |  3.884 % |
52.05/52.16	c |     11337 |   12746    53982   153228 |    46671    11337     30 |  3.884 % |
81.14/81.29	c |     17105 |   12746    53982   153228 |    51338    17105     31 |  3.884 % |
126.22/126.37	c |     25754 |   12746    53982   153228 |    56472    25754     30 |  3.884 % |
194.89/195.10	c |     38729 |   12746    53982   153228 |    62120    38729     32 |  3.884 % |
305.84/306.00	c |     58192 |   12746    53982   153228 |    68332    58192     31 |  3.884 % |
467.77/468.04	c |     87385 |   12746    53982   153228 |    75165    31228     34 |  3.884 % |
754.14/754.51	c |    131175 |   12746    53982   153228 |    82681    75018     32 |  3.884 % |
1146.84/1147.43	c |    196859 |   12746    53982   153228 |    90950    73030     29 |  3.884 % |
1200.02/1200.61	sh: line 1: 28964 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.02/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-1558006-1238862129/watcher-1558006-1238862129 -o /tmp/evaluation-result-1558006-1238862129/solver-1558006-1238862129 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1558006-1238862129.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28961
/proc/meminfo: memFree=1598328/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=2412 CPUtime=0
/proc/28961/stat : 28961 (IUT_BMB_SAT) R 28959 28961 28673 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 1158878146 2469888 177 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/28961/statm: 603 177 93 274 0 326 0

[startup+0.00759207 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28961
/proc/meminfo: memFree=1598328/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=2412 CPUtime=0
/proc/28961/stat : 28961 (IUT_BMB_SAT) R 28959 28961 28673 0 -1 4194304 234 0 0 0 0 0 0 0 18 0 1 0 1158878146 2469888 217 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/28961/statm: 603 218 93 274 0 326 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.101606 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28961
/proc/meminfo: memFree=1598328/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=7612 CPUtime=0.09
/proc/28961/stat : 28961 (IUT_BMB_SAT) R 28959 28961 28673 0 -1 4194304 1725 0 0 0 9 0 0 0 18 0 1 0 1158878146 7794688 1708 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28961/statm: 1903 1708 99 274 0 1626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.301634 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28961
/proc/meminfo: memFree=1598328/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=10120 CPUtime=0.29
/proc/28961/stat : 28961 (IUT_BMB_SAT) R 28959 28961 28673 0 -1 4194304 2353 0 0 0 29 0 0 0 19 0 1 0 1158878146 10362880 2336 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28961/statm: 2530 2336 99 274 0 2253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10120

[startup+0.701692 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28961
/proc/meminfo: memFree=1598328/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=16588 CPUtime=0.69
/proc/28961/stat : 28961 (IUT_BMB_SAT) R 28959 28961 28673 0 -1 4194304 3955 0 0 0 68 1 0 0 23 0 1 0 1158878146 16986112 3938 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28961/statm: 4147 3939 99 274 0 3870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16588

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28962
/proc/meminfo: memFree=1578288/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20832

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1558752/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=18028 CPUtime=1.58
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 4624 0 0 0 156 2 0 0 25 0 1 0 1158878296 18460672 4199 1992294400 134512640 135243223 4294956320 18446744073709551615 134555967 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 4507 4199 85 178 0 4327 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44216

[startup+6.30151 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1559904/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=18028 CPUtime=4.78
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 4624 0 0 0 476 2 0 0 25 0 1 0 1158878296 18460672 4199 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 4507 4199 85 178 0 4327 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44216

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1559776/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=18028 CPUtime=11.18
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 4624 0 0 0 1116 2 0 0 25 0 1 0 1158878296 18460672 4199 1992294400 134512640 135243223 4294956320 18446744073709551615 134555973 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 4507 4199 85 178 0 4327 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44216

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1559904/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=18028 CPUtime=23.98
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 4624 0 0 0 2396 2 0 0 25 0 1 0 1158878296 18460672 4199 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 4507 4199 85 178 0 4327 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44216

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1559904/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=18028 CPUtime=49.56
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 4627 0 0 0 4954 2 0 0 25 0 1 0 1158878296 18460672 4202 1992294400 134512640 135243223 4294956320 18446744073709551615 134555628 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 4507 4202 85 178 0 4327 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44216

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1559392/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=18644 CPUtime=100.74
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 4766 0 0 0 10072 2 0 0 25 0 1 0 1158878296 19091456 4341 1992294400 134512640 135243223 4294956320 18446744073709551615 134555936 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 4661 4341 85 178 0 4481 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44832

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1558112/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=20032 CPUtime=160.71
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 5093 0 0 0 16069 2 0 0 25 0 1 0 1158878296 20512768 4668 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 5008 4668 85 178 0 4828 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 46220

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1556192/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=21952 CPUtime=220.68
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 5562 0 0 0 22066 2 0 0 25 0 1 0 1158878296 22478848 5137 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 5488 5137 85 178 0 5308 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 48140

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1554784/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=23364 CPUtime=280.66
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 5915 0 0 0 28063 3 0 0 25 0 1 0 1158878296 23924736 5490 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 5841 5490 85 178 0 5661 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 49552


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

[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=26728 CPUtime=640.5
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 6742 0 0 0 64046 4 0 0 25 0 1 0 1158878296 27369472 6317 1992294400 134512640 135243223 4294956320 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 6682 6317 85 178 0 6502 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 52916

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1551072/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=26996 CPUtime=700.47
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 6797 0 0 0 70043 4 0 0 25 0 1 0 1158878296 27643904 6372 1992294400 134512640 135243223 4294956320 18446744073709551615 134555489 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 6749 6372 85 178 0 6569 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 53184

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1549920/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=28192 CPUtime=760.43
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7069 0 0 0 76038 5 0 0 25 0 1 0 1158878296 28868608 6644 1992294400 134512640 135243223 4294956320 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7048 6644 85 178 0 6868 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 54380

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28964
/proc/meminfo: memFree=1548448/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=29592 CPUtime=820.4
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7428 0 0 0 82035 5 0 0 25 0 1 0 1158878296 30302208 7003 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7398 7003 85 178 0 7218 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 55780

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1548192/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=29592 CPUtime=880.37
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7431 0 0 0 88032 5 0 0 25 0 1 0 1158878296 30302208 7006 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7398 7006 85 178 0 7218 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 55780

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1548192/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=29592 CPUtime=940.34
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7432 0 0 0 94029 5 0 0 25 0 1 0 1158878296 30302208 7007 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7398 7007 85 178 0 7218 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 55780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1548128/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=29780 CPUtime=1000.32
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7478 0 0 0 100027 5 0 0 25 0 1 0 1158878296 30494720 7053 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7445 7053 85 178 0 7265 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 55968

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1548064/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=29940 CPUtime=1060.29
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7489 0 0 0 106024 5 0 0 25 0 1 0 1158878296 30658560 7064 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7485 7064 85 178 0 7305 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 56128

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1547936/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=29940 CPUtime=1120.26
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7510 0 0 0 112021 5 0 0 25 0 1 0 1158878296 30658560 7085 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7485 7085 85 178 0 7305 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 56128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1547552/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=30476 CPUtime=1180.23
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7599 0 0 0 118018 5 0 0 25 0 1 0 1158878296 31207424 7174 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7619 7174 85 178 0 7439 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 56664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28966
/proc/meminfo: memFree=1547552/2055920 swapFree=4175700/4192956
[pid=28961] ppid=28959 vsize=20832 CPUtime=1.49
/proc/28961/stat : 28961 (IUT_BMB_SAT) S 28959 28961 28673 0 -1 4194304 5147 0 0 0 117 32 0 0 25 0 1 0 1158878146 21331968 5035 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28961/statm: 5208 5035 106 274 0 4931 0
[pid=28963] ppid=28961 vsize=5356 CPUtime=0
/proc/28963/stat : 28963 (sh) S 28961 28961 28673 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158878296 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28963/statm: 1339 232 193 169 0 50 0
[pid=28964] ppid=28963 vsize=30476 CPUtime=1198.53
/proc/28964/stat : 28964 (minisat) R 28963 28961 28673 0 -1 4194304 7600 0 0 0 119848 5 0 0 25 0 1 0 1158878296 31207424 7175 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28964/statm: 7619 7175 85 178 0 7439 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 56664

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.06
CPU user time (s): 1199.67
CPU system time (s): 0.39294
CPU usage (%): 99.9533
Max. virtual memory (cumulated for all children) (KiB): 56664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.67
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14255
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= 8
involuntary context switches= 4149

runsolver used 1.17082 second user time and 3.20851 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-04 18:22:09
IDJOB=1558006
IDBENCH=70849
IDSOLVER=523
FILE ID=node30/1558006-1238862129
PBS_JOBID= 9085907
Free space on /tmp= 66540 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1558006-1238862129/watcher-1558006-1238862129 -o /tmp/evaluation-result-1558006-1238862129/solver-1558006-1238862129 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1558006-1238862129.cnf HOME

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1790076639

node30.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.260
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	: 5931.00
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.260
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:       1598808 kB
Buffers:         42108 kB
Cached:         347820 kB
SwapCached:      11476 kB
Active:         144760 kB
Inactive:       258664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598808 kB
SwapTotal:     4192956 kB
SwapFree:      4175700 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:          18768 kB
Slab:            39788 kB
Committed_AS:  3539432 kB
PageTables:       1368 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= 66536 MiB
End job on node30 at 2009-04-04 18:42:12