Trace number 1559358

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
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 variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
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.52	c WARNING: for repeatability, setting FPU to use double precision
1.49/1.52	c ============================[ Problem Statistics ]=============================
1.49/1.52	c |                                                                             |
1.49/1.52	c |  Number of variables:  32151                                                |
1.49/1.52	c |  Number of clauses:    96302                                                |
1.50/1.62	c |  Parsing time:         0.09         s                                       |
2.07/2.20	c ============================[ Search Statistics ]==============================
2.07/2.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.20	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.20	c ===============================================================================
2.07/2.20	c |         0 |   12856    54400   154394 |    18133        0    nan |  0.000 % |
2.18/2.23	c |       100 |   12856    54400   154394 |    19946      100     62 |  4.168 % |
2.38/2.48	c |       251 |   12856    54400   154394 |    21941      251     63 |  4.168 % |
3.17/3.27	c |       477 |   12856    54400   154394 |    24135      477     49 |  4.168 % |
4.67/4.76	c |       815 |   12856    54400   154394 |    26549      815     41 |  4.168 % |
6.77/6.88	c |      1322 |   12856    54400   154394 |    29203     1322     36 |  4.168 % |
10.67/10.77	c |      2081 |   12856    54400   154394 |    32124     2081     32 |  4.168 % |
15.87/15.98	c |      3221 |   12856    54400   154394 |    35336     3221     32 |  4.168 % |
23.16/23.21	c |      4929 |   12856    54400   154394 |    38870     4929     31 |  4.168 % |
34.75/34.82	c |      7491 |   12856    54400   154394 |    42757     7491     31 |  4.168 % |
53.04/53.14	c |     11335 |   12856    54400   154394 |    47033    11335     31 |  4.168 % |
81.63/81.76	c |     17102 |   12856    54400   154394 |    51736    17102     32 |  4.168 % |
124.32/124.43	c |     25751 |   12856    54400   154394 |    56910    25751     31 |  4.168 % |
191.80/191.97	c |     38725 |   12856    54400   154394 |    62601    38725     33 |  4.168 % |
308.35/308.58	c |     58186 |   12856    54400   154394 |    68861    58186     35 |  4.168 % |
479.09/479.35	c |     87378 |   12856    54400   154394 |    75747    30110     36 |  4.168 % |
735.29/735.67	c |    131167 |   12856    54400   154394 |    83322    73899     34 |  4.168 % |
1095.64/1096.14	c |    196852 |   12856    54400   154394 |    91654    70415     48 |  4.168 % |
1200.10/1200.61	sh: line 1: 19199 Terminated              HOME/minisat simple.out solve.out >temp.out
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-1559358-1238882726/watcher-1559358-1238882726 -o /tmp/evaluation-result-1559358-1238882726/solver-1559358-1238882726 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1559358-1238882726.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: 0.92 0.98 0.99 3/68 19196
/proc/meminfo: memFree=1494728/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=2420 CPUtime=0
/proc/19196/stat : 19196 (IUT_BMB_SAT) R 19194 19196 18697 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 1160934626 2478080 183 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 605 184 93 274 0 328 0

[startup+0.051509 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 19196
/proc/meminfo: memFree=1494728/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=6988 CPUtime=0.04
/proc/19196/stat : 19196 (IUT_BMB_SAT) R 19194 19196 18697 0 -1 4194304 1557 0 0 0 4 0 0 0 18 0 1 0 1160934626 7155712 1540 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 1747 1541 99 274 0 1470 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6988

[startup+0.101511 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 19196
/proc/meminfo: memFree=1494728/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=7648 CPUtime=0.09
/proc/19196/stat : 19196 (IUT_BMB_SAT) R 19194 19196 18697 0 -1 4194304 1740 0 0 0 9 0 0 0 18 0 1 0 1160934626 7831552 1723 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 1912 1723 99 274 0 1635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7648

[startup+0.301523 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 19196
/proc/meminfo: memFree=1494728/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=10156 CPUtime=0.29
/proc/19196/stat : 19196 (IUT_BMB_SAT) R 19194 19196 18697 0 -1 4194304 2371 0 0 0 28 1 0 0 19 0 1 0 1160934626 10399744 2354 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2539 2354 99 274 0 2262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10156

[startup+0.70155 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 19196
/proc/meminfo: memFree=1494728/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=16624 CPUtime=0.69
/proc/19196/stat : 19196 (IUT_BMB_SAT) R 19194 19196 18697 0 -1 4194304 3968 0 0 0 67 2 0 0 23 0 1 0 1160934626 17022976 3951 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 4156 3951 99 274 0 3879 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16624

[startup+1.5016 s]
/proc/loadavg: 0.92 0.98 0.99 2/69 19197
/proc/meminfo: memFree=1474624/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.49
/proc/19196/stat : 19196 (IUT_BMB_SAT) R 19194 19196 18697 0 -1 4194304 5172 0 0 0 114 35 0 0 25 0 1 0 1160934626 21454848 5060 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 5238 5060 101 274 0 4961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20952

[startup+3.10271 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1454960/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=18124 CPUtime=1.57
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 4680 0 0 0 155 2 0 0 25 0 1 0 1160934778 18558976 4225 1992294400 134512640 135243223 4294956304 18446744073709551615 134564999 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4531 4225 85 178 0 4351 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44432

[startup+6.30193 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1456048/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=18124 CPUtime=4.77
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 4680 0 0 0 475 2 0 0 25 0 1 0 1160934778 18558976 4225 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4531 4225 85 178 0 4351 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44432

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1455984/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=18124 CPUtime=11.17
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 4680 0 0 0 1115 2 0 0 25 0 1 0 1160934778 18558976 4225 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4531 4225 85 178 0 4351 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44432

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1456112/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=18124 CPUtime=23.96
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 4680 0 0 0 2394 2 0 0 25 0 1 0 1160934778 18558976 4225 1992294400 134512640 135243223 4294956304 18446744073709551615 134564856 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4531 4225 85 178 0 4351 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 44432

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1456112/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=18124 CPUtime=49.54
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 4680 0 0 0 4952 2 0 0 25 0 1 0 1160934778 18558976 4225 1992294400 134512640 135243223 4294956304 18446744073709551615 134566363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4531 4225 85 178 0 4351 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44432

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1455856/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=18588 CPUtime=100.74
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 4768 0 0 0 10071 3 0 0 25 0 1 0 1160934778 19034112 4313 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4647 4313 85 178 0 4467 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 44896

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1454512/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=19872 CPUtime=160.7
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 5102 0 0 0 16067 3 0 0 25 0 1 0 1160934778 20348928 4647 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 4968 4647 85 178 0 4788 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 46180

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1452272/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=22256 CPUtime=220.69
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 5660 0 0 0 22065 4 0 0 25 0 1 0 1160934778 22790144 5205 1992294400 134512640 135243223 4294956304 18446744073709551615 134555459 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 5564 5205 85 178 0 5384 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 48564

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1450480/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=24000 CPUtime=280.66
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 6116 0 0 0 28062 4 0 0 25 0 1 0 1160934778 24576000 5661 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 6000 5661 85 178 0 5820 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 50308


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

[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=28028 CPUtime=640.53
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7078 0 0 0 64047 6 0 0 25 0 1 0 1160934778 28700672 6623 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7007 6623 85 178 0 6827 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 54336

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1446448/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=28188 CPUtime=700.5
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7101 0 0 0 70044 6 0 0 25 0 1 0 1160934778 28864512 6646 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7047 6646 85 178 0 6867 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 54496

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1444656/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=30132 CPUtime=760.48
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7535 0 0 0 76042 6 0 0 25 0 1 0 1160934778 30855168 7080 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7533 7080 85 178 0 7353 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 56440

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 19199
/proc/meminfo: memFree=1443056/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=31720 CPUtime=820.46
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7953 0 0 0 82039 7 0 0 25 0 1 0 1160934778 32481280 7498 1992294400 134512640 135243223 4294956304 18446744073709551615 134564910 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7930 7498 85 178 0 7750 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 58028

[startup+882.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/71 19199
/proc/meminfo: memFree=1442992/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=31720 CPUtime=880.43
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7953 0 0 0 88036 7 0 0 25 0 1 0 1160934778 32481280 7498 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7930 7498 85 178 0 7750 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 58028

[startup+942.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/71 19199
/proc/meminfo: memFree=1442992/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=31720 CPUtime=940.4
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7962 0 0 0 94033 7 0 0 25 0 1 0 1160934778 32481280 7507 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7930 7507 85 178 0 7750 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 58028

[startup+1002.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/71 19199
/proc/meminfo: memFree=1442992/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=31720 CPUtime=1000.38
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 7962 0 0 0 100031 7 0 0 25 0 1 0 1160934778 32481280 7507 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 7930 7507 85 178 0 7750 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 58028

[startup+1062.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/71 19199
/proc/meminfo: memFree=1441840/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=33004 CPUtime=1060.35
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 8246 0 0 0 106028 7 0 0 25 0 1 0 1160934778 33796096 7791 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 8251 7791 85 178 0 8071 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 59312

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/71 19199
/proc/meminfo: memFree=1440752/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=33940 CPUtime=1120.32
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 8501 0 0 0 112025 7 0 0 25 0 1 0 1160934778 34754560 8046 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 8485 8046 85 178 0 8305 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 60248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/71 19199
/proc/meminfo: memFree=1439600/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=35144 CPUtime=1180.31
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 8808 0 0 0 118023 8 0 0 25 0 1 0 1160934778 35987456 8353 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 8786 8353 85 178 0 8606 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 61452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 19199
/proc/meminfo: memFree=1438960/2055920 swapFree=4177828/4192956
[pid=19196] ppid=19194 vsize=20952 CPUtime=1.5
/proc/19196/stat : 19196 (IUT_BMB_SAT) S 19194 19196 18697 0 -1 4194304 5178 0 0 0 114 36 0 0 25 0 1 0 1160934626 21454848 5065 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19196/statm: 5238 5065 106 274 0 4961 0
[pid=19198] ppid=19196 vsize=5356 CPUtime=0
/proc/19198/stat : 19198 (sh) S 19196 19196 18697 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1160934777 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19198/statm: 1339 232 193 169 0 50 0
[pid=19199] ppid=19198 vsize=35700 CPUtime=1198.6
/proc/19199/stat : 19199 (minisat) R 19198 19196 18697 0 -1 4194304 8936 0 0 0 119852 8 0 0 25 0 1 0 1160934778 36556800 8481 1992294400 134512640 135243223 4294956304 18446744073709551615 134564945 0 0 4096 3 0 0 0 17 0 0 0
/proc/19199/statm: 8925 8481 85 178 0 8745 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 62008

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.15
CPU user time (s): 1199.67
CPU system time (s): 0.471928
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 62008

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

runsolver used 1.18682 second user time and 3.21951 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-05 00:05:26
IDJOB=1559358
IDBENCH=70875
IDSOLVER=523
FILE ID=node52/1559358-1238882726
PBS_JOBID= 9085968
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=412534046

node52.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.230
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.230
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:       1495280 kB
Buffers:         63496 kB
Cached:         425244 kB
SwapCached:       8068 kB
Active:         227948 kB
Inactive:       272220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495280 kB
SwapTotal:     4192956 kB
SwapFree:      4177828 kB
Dirty:            3724 kB
Writeback:           0 kB
Mapped:          15768 kB
Slab:            46008 kB
Committed_AS:  3525536 kB
PageTables:       1736 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= 66544 MiB
End job on node52 at 2009-04-05 00:25:29