Trace number 1554834

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.0UNSAT 41.8726 41.8963

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.2751
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
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
0.09/0.12	c WARNING: for repeatability, setting FPU to use double precision
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.13	c |  Number of variables:  2945                                                 |
0.09/0.13	c |  Number of clauses:    8734                                                 |
0.09/0.13	c |  Parsing time:         0.01         s                                       |
0.09/0.16	c ============================[ Search Statistics ]==============================
0.09/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	c ===============================================================================
0.09/0.16	c |         0 |    1458     6277    17869 |     2092        0    nan |  0.000 % |
0.09/0.17	c |       100 |    1458     6277    17869 |     2301      100     20 |  0.001 % |
0.09/0.18	c |       250 |    1458     6277    17869 |     2531      250     29 |  0.000 % |
0.09/0.19	c |       475 |    1458     6277    17869 |     2784      475     24 |  0.000 % |
0.11/0.22	c |       812 |    1458     6277    17869 |     3063      812     28 |  0.001 % |
0.11/0.26	c |      1321 |    1458     6277    17869 |     3369     1321     27 |  0.000 % |
0.11/0.33	c |      2080 |    1458     6277    17869 |     3706     2080     25 |  0.000 % |
0.11/0.43	c |      3221 |    1458     6277    17869 |     4077     3221     22 |  0.000 % |
0.11/0.59	c |      4930 |    1458     6277    17869 |     4485     2588     21 |  0.001 % |
0.11/0.88	c |      7492 |    1458     6277    17869 |     4933     2697     18 |  0.000 % |
1.28/1.39	c |     11336 |    1458     6277    17869 |     5426     3910     18 |  0.000 % |
1.98/2.03	c |     17102 |    1458     6277    17869 |     5969     3833     16 |  0.000 % |
3.18/3.22	c |     25751 |    1458     6277    17869 |     6566     6051     19 |  0.000 % |
4.87/4.98	c |     38726 |    1457     6271    17854 |     7223     5151     19 |  0.035 % |
7.27/7.32	c |     58188 |    1457     6271    17854 |     7945     5591     20 |  0.034 % |
10.87/10.90	c |     87380 |    1457     6271    17854 |     8740     5932     20 |  0.034 % |
16.27/16.36	c |    131169 |    1456     6238    17769 |     9614     7776     16 |  0.068 % |
24.86/24.91	c |    196855 |    1456     6238    17769 |    10575     9509     19 |  0.068 % |
37.45/37.58	c |    295384 |    1455     6203    17679 |    11633     5930     13 |  0.102 % |
41.75/41.88	c ===============================================================================
41.75/41.88	c restarts              : 19
41.75/41.88	c conflicts             : 328124         (7863 /sec)
41.75/41.88	c decisions             : 440887         (1.23 % random) (10566 /sec)
41.75/41.88	c propagations          : 66437994       (1592181 /sec)
41.75/41.88	c conflict literals     : 6248073        (59.65 % deleted)
41.75/41.88	c Memory used           : 4.66 MB
41.75/41.88	c CPU time              : 41.7277 s
41.75/41.88	
41.75/41.88	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1554834-1238733234/watcher-1554834-1238733234 -o /tmp/evaluation-result-1554834-1238733234/solver-1554834-1238733234 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1554834-1238733234.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.18 1.03 1.01 3/64 28539
/proc/meminfo: memFree=1755144/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=1736 CPUtime=0
/proc/28539/stat : 28539 (IUT_BMB_SAT) R 28537 28539 28229 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 1145985905 1777664 238 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/28539/statm: 434 238 97 274 0 157 0

[startup+0.0972661 s]
/proc/loadavg: 1.18 1.03 1.01 3/64 28539
/proc/meminfo: memFree=1755144/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.09
/proc/28539/stat : 28539 (IUT_BMB_SAT) R 28537 28539 28229 0 -1 4194304 599 0 0 0 8 1 0 0 18 0 1 0 1145985905 3133440 582 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/28539/statm: 765 582 100 274 0 488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3060

[startup+0.102268 s]
/proc/loadavg: 1.18 1.03 1.01 3/64 28539
/proc/meminfo: memFree=1755144/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.09
/proc/28539/stat : 28539 (IUT_BMB_SAT) R 28537 28539 28229 0 -1 4194304 599 0 0 0 8 1 0 0 18 0 1 0 1145985905 3133440 582 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/28539/statm: 765 582 100 274 0 488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3060

[startup+0.302306 s]
/proc/loadavg: 1.18 1.03 1.01 3/64 28539
/proc/meminfo: memFree=1755144/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 3060

[startup+0.701385 s]
/proc/loadavg: 1.18 1.03 1.01 3/64 28539
/proc/meminfo: memFree=1755144/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 3060

[startup+1.50154 s]
/proc/loadavg: 1.18 1.03 1.01 2/67 28542
/proc/meminfo: memFree=1750952/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=3524 CPUtime=1.37
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 562 0 0 0 137 0 0 0 25 0 1 0 1145985918 3608576 542 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 881 542 84 178 0 701 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11940

[startup+3.10186 s]
/proc/loadavg: 1.18 1.03 1.01 2/67 28542
/proc/meminfo: memFree=1750696/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=3812 CPUtime=2.96
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 641 0 0 0 296 0 0 0 25 0 1 0 1145985918 3903488 621 1992294400 134512640 135243223 4294956304 18446744073709551615 134559345 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 953 621 84 178 0 773 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12228

[startup+6.30149 s]
/proc/loadavg: 1.33 1.06 1.02 2/67 28542
/proc/meminfo: memFree=1750184/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4088 CPUtime=6.16
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 691 0 0 0 616 0 0 0 25 0 1 0 1145985918 4186112 671 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1022 671 84 178 0 842 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12504

[startup+12.7017 s]
/proc/loadavg: 1.30 1.06 1.02 2/67 28542
/proc/meminfo: memFree=1749672/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4488 CPUtime=12.56
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 784 0 0 0 1256 0 0 0 25 0 1 0 1145985918 4595712 764 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1122 764 84 178 0 942 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12904

[startup+25.5023 s]
/proc/loadavg: 1.23 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749544/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4620 CPUtime=25.35
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 843 0 0 0 2535 0 0 0 25 0 1 0 1145985918 4730880 823 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1155 823 84 178 0 975 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13036

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

[startup+31.9055 s]
/proc/loadavg: 1.21 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=31.75
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 856 0 0 0 3175 0 0 0 25 0 1 0 1145985918 4886528 836 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 836 84 178 0 1013 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 13188

[startup+38.3018 s]
/proc/loadavg: 1.20 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=38.14
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 863 0 0 0 3814 0 0 0 25 0 1 0 1145985918 4886528 843 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 843 84 178 0 1013 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 13188

[startup+39.9011 s]
/proc/loadavg: 1.20 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=39.74
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 863 0 0 0 3974 0 0 0 25 0 1 0 1145985918 4886528 843 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 843 84 178 0 1013 0
Current children cumulated CPU time (s) 39.85
Current children cumulated vsize (KiB) 13188

[startup+40.7052 s]
/proc/loadavg: 1.18 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=40.54
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 863 0 0 0 4054 0 0 0 25 0 1 0 1145985918 4886528 843 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 843 84 178 0 1013 0
Current children cumulated CPU time (s) 40.65
Current children cumulated vsize (KiB) 13188

[startup+41.5014 s]
/proc/loadavg: 1.18 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=41.34
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 863 0 0 0 4134 0 0 0 25 0 1 0 1145985918 4886528 843 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 843 84 178 0 1013 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 13188

[startup+41.7014 s]
/proc/loadavg: 1.18 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=41.54
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 863 0 0 0 4154 0 0 0 25 0 1 0 1145985918 4886528 843 1992294400 134512640 135243223 4294956304 18446744073709551615 134555776 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 843 84 178 0 1013 0
Current children cumulated CPU time (s) 41.65
Current children cumulated vsize (KiB) 13188

[startup+41.8055 s]
/proc/loadavg: 1.18 1.06 1.01 2/67 28542
/proc/meminfo: memFree=1749416/2055920 swapFree=4176304/4192956
[pid=28539] ppid=28537 vsize=3060 CPUtime=0.11
/proc/28539/stat : 28539 (IUT_BMB_SAT) S 28537 28539 28229 0 -1 4194304 605 0 0 0 8 3 0 0 18 0 1 0 1145985905 3133440 587 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28539/statm: 765 587 105 274 0 488 0
[pid=28541] ppid=28539 vsize=5356 CPUtime=0
/proc/28541/stat : 28541 (sh) S 28539 28539 28229 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1145985918 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28541/statm: 1339 232 193 169 0 50 0
[pid=28542] ppid=28541 vsize=4772 CPUtime=41.64
/proc/28542/stat : 28542 (minisat) R 28541 28539 28229 0 -1 4194304 863 0 0 0 4164 0 0 0 25 0 1 0 1145985918 4886528 843 1992294400 134512640 135243223 4294956304 18446744073709551615 134555540 0 0 4096 3 0 0 0 17 0 0 0
/proc/28542/statm: 1193 843 84 178 0 1013 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (KiB) 13188

Child status: 0
Real time (s): 41.8963
CPU time (s): 41.8726
CPU user time (s): 41.8246
CPU system time (s): 0.047992
CPU usage (%): 99.9434
Max. virtual memory (cumulated for all children) (KiB): 13188

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

runsolver used 0.041993 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-03 06:33:54
IDJOB=1554834
IDBENCH=70788
IDSOLVER=523
FILE ID=node53/1554834-1238733234
PBS_JOBID= 9085357
Free space on /tmp= 66444 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554834-1238733234/watcher-1554834-1238733234 -o /tmp/evaluation-result-1554834-1238733234/solver-1554834-1238733234 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1554834-1238733234.cnf HOME

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

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED=1815958646

node53.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.264
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.264
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755688 kB
Buffers:         57940 kB
Cached:         151100 kB
SwapCached:      10600 kB
Active:          64320 kB
Inactive:       156832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755688 kB
SwapTotal:     4192956 kB
SwapFree:      4176304 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          17848 kB
Slab:            65200 kB
Committed_AS:  2791416 kB
PageTables:       1384 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= 66444 MiB
End job on node53 at 2009-04-03 06:34:36