Trace number 1561022

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.1 1200.72

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_3_6_cmp.cnf
MD5SUMc848a5766cfcc1d1c3f26c7818e48eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark105.341
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses11563
Sum of the clauses size37576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

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.12	c |  Number of variables:  1473                                                 |
0.09/0.12	c |  Number of clauses:    11563                                                |
0.09/0.13	c |  Parsing time:         0.01         s                                       |
0.09/0.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |    1465    11213    36538 |     3737        0    nan |  0.000 % |
0.09/0.15	c |       100 |    1451    11213    36538 |     4111       97     18 |  1.697 % |
0.09/0.15	c |       250 |    1451    11213    36538 |     4522      247     15 |  1.697 % |
0.09/0.16	c |       476 |    1450    11213    36538 |     4974      472     14 |  1.765 % |
0.09/0.17	c |       813 |    1414    11030    36146 |     5472      806     20 |  3.462 % |
0.09/0.19	c |      1322 |    1410    11030    36146 |     6019     1311     35 |  3.734 % |
0.10/0.23	c |      2082 |    1407    11010    36106 |     6621     2068     41 |  3.938 % |
0.10/0.29	c |      3221 |    1406    11010    36106 |     7283     3206     44 |  4.005 % |
0.10/0.40	c |      4929 |    1404    10979    36018 |     8012     4909     45 |  4.141 % |
0.10/0.57	c |      7491 |    1394    10927    35883 |     8813     7462     45 |  4.820 % |
0.10/0.84	c |     11336 |    1385    10887    35803 |     9694     6609     38 |  5.431 % |
1.17/1.27	c |     17102 |    1383    10855    35708 |    10663     7264     34 |  5.567 % |
1.97/2.05	c |     25752 |    1382    10855    35708 |    11730    10319     46 |  5.635 % |
3.17/3.21	c |     38727 |    1381    10837    35662 |    12903    11162     42 |  5.703 % |
5.17/5.20	c |     58188 |    1381    10837    35662 |    14193    10581     44 |  5.703 % |
8.46/8.57	c |     87387 |    1381    10837    35662 |    15613    10616     48 |  5.703 % |
14.87/14.92	c |    131179 |    1381    10837    35662 |    17174    14100     70 |  5.703 % |
32.36/32.44	c |    196864 |    1381    10837    35662 |    18891    17841     89 |  5.703 % |
59.44/59.54	c |    295390 |    1381    10837    35662 |    20781     9834     60 |  5.703 % |
106.62/106.79	c |    443180 |    1381    10837    35662 |    22859    19294     76 |  5.703 % |
178.77/178.95	c |    664866 |    1381    10837    35662 |    25145    19148     86 |  5.703 % |
322.00/322.28	c |    997392 |    1381    10837    35662 |    27659    19460     87 |  5.703 % |
539.40/539.78	c |   1496181 |    1381    10837    35662 |    30425    25188     87 |  5.703 % |
884.22/884.70	c |   2244366 |    1381    10837    35662 |    33468    29472     91 |  5.703 % |
1200.06/1200.71	sh: line 1:   755 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.06/1200.71	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-1561022-1238760345/watcher-1561022-1238760345 -o /tmp/evaluation-result-1561022-1238760345/solver-1561022-1238760345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1561022-1238760345.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.99 0.99 3/64 752
/proc/meminfo: memFree=1063272/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=1560 CPUtime=0
/proc/752/stat : 752 (IUT_BMB_SAT) R 750 752 32760 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 1148700611 1597440 204 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/752/statm: 390 204 93 274 0 113 0

[startup+0.071652 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 752
/proc/meminfo: memFree=1063272/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.06
/proc/752/stat : 752 (IUT_BMB_SAT) R 750 752 32760 0 -1 4194304 455 0 0 0 5 1 0 0 18 0 1 0 1148700611 2543616 438 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/752/statm: 621 438 100 274 0 344 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2484

[startup+0.101657 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 752
/proc/meminfo: memFree=1063272/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.09
/proc/752/stat : 752 (IUT_BMB_SAT) R 750 752 32760 0 -1 4194304 455 0 0 0 6 3 0 0 18 0 1 0 1148700611 2543616 438 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/752/statm: 621 438 100 274 0 344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2484

[startup+0.301689 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 752
/proc/meminfo: memFree=1063272/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2484

[startup+0.701755 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 752
/proc/meminfo: memFree=1063272/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2484

[startup+1.50189 s]
/proc/loadavg: 0.92 0.99 0.99 2/67 755
/proc/meminfo: memFree=1058392/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=4804 CPUtime=1.37
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 891 0 0 0 137 0 0 0 25 0 1 0 1148700623 4919296 870 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 1201 870 85 178 0 1021 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12644

[startup+3.10215 s]
/proc/loadavg: 0.92 0.99 0.99 2/67 755
/proc/meminfo: memFree=1057560/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=5624 CPUtime=2.97
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 1090 0 0 0 297 0 0 0 25 0 1 0 1148700623 5758976 1069 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 1406 1069 85 178 0 1226 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13464

[startup+6.30169 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 755
/proc/meminfo: memFree=1056920/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=6288 CPUtime=6.17
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 1282 0 0 0 617 0 0 0 25 0 1 0 1148700623 6438912 1261 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 1572 1261 85 178 0 1392 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14128

[startup+12.7018 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 755
/proc/meminfo: memFree=1055576/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=7608 CPUtime=12.57
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 1607 0 0 0 1256 1 0 0 25 0 1 0 1148700623 7790592 1586 1992294400 134512640 135243223 4294956320 18446744073709551615 134565437 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 1902 1586 85 178 0 1722 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15448

[startup+25.5019 s]
/proc/loadavg: 0.95 0.99 0.99 2/67 755
/proc/meminfo: memFree=1051928/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=10776 CPUtime=25.36
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 2404 0 0 0 2534 2 0 0 25 0 1 0 1148700623 11034624 2383 1992294400 134512640 135243223 4294956320 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 2694 2383 85 178 0 2514 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18616

[startup+51.1011 s]
/proc/loadavg: 0.96 0.99 0.99 2/67 755
/proc/meminfo: memFree=1050072/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=12720 CPUtime=50.95
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 2863 0 0 0 5093 2 0 0 25 0 1 0 1148700623 13025280 2842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 3180 2842 85 178 0 3000 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20560

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 0.99 2/67 755
/proc/meminfo: memFree=1049112/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=13620 CPUtime=102.13
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 3098 0 0 0 10210 3 0 0 25 0 1 0 1148700623 13946880 3074 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 3405 3074 85 178 0 3225 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21460

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1046744/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=15864 CPUtime=162.07
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 3676 0 0 0 16204 3 0 0 25 0 1 0 1148700623 16244736 3652 1992294400 134512640 135243223 4294956320 18446744073709551615 134565437 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 3966 3652 85 178 0 3786 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 23704

[startup+222.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1044312/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=18420 CPUtime=222.05
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 4285 0 0 0 22201 4 0 0 25 0 1 0 1148700623 18862080 4261 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 4605 4261 85 178 0 4425 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 26260

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1043928/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1038112/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=24708 CPUtime=701.81
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 5851 0 0 0 70176 5 0 0 25 0 1 0 1148700623 25300992 5813 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 6177 5813 85 178 0 5997 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 32548

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1038048/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=24708 CPUtime=761.79
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 5851 0 0 0 76174 5 0 0 25 0 1 0 1148700623 25300992 5813 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 6177 5813 85 178 0 5997 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 32548

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034848/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28048 CPUtime=821.76
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6654 0 0 0 82170 6 0 0 25 0 1 0 1148700623 28721152 6616 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7012 6616 85 178 0 6832 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 35888

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034848/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28048 CPUtime=881.72
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6657 0 0 0 88166 6 0 0 25 0 1 0 1148700623 28721152 6619 1992294400 134512640 135243223 4294956320 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7012 6619 85 178 0 6832 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 35888

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034592/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=941.69
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6726 0 0 0 94163 6 0 0 25 0 1 0 1148700623 28991488 6688 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6688 85 178 0 6898 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 36152

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034592/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=1001.67
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6726 0 0 0 100161 6 0 0 25 0 1 0 1148700623 28991488 6688 1992294400 134512640 135243223 4294956320 18446744073709551615 134565664 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6688 85 178 0 6898 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 36152

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034528/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=1061.62
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6726 0 0 0 106156 6 0 0 25 0 1 0 1148700623 28991488 6688 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6688 85 178 0 6898 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 36152

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034528/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=1121.59
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6729 0 0 0 112153 6 0 0 25 0 1 0 1148700623 28991488 6691 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6691 85 178 0 6898 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 36152

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034464/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=1181.56
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6748 0 0 0 118150 6 0 0 25 0 1 0 1148700623 28991488 6710 1992294400 134512640 135243223 4294956320 18446744073709551615 134564993 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6710 85 178 0 6898 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 36152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034464/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=1199.96
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6748 0 0 0 119990 6 0 0 25 0 1 0 1148700623 28991488 6710 1992294400 134512640 135243223 4294956320 18446744073709551615 134555674 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6710 85 178 0 6898 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 36152

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 755
/proc/meminfo: memFree=1034464/2055920 swapFree=4178464/4192956
[pid=752] ppid=750 vsize=2484 CPUtime=0.1
/proc/752/stat : 752 (IUT_BMB_SAT) S 750 752 32760 0 -1 4194304 461 0 0 0 6 4 0 0 18 0 1 0 1148700611 2543616 443 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/752/statm: 621 443 105 274 0 344 0
[pid=754] ppid=752 vsize=5356 CPUtime=0
/proc/754/stat : 754 (sh) S 752 752 32760 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1148700623 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 1339 232 193 169 0 50 0
[pid=755] ppid=754 vsize=28312 CPUtime=1199.96
/proc/755/stat : 755 (minisat) R 754 752 32760 0 -1 4194304 6748 0 0 0 119990 6 0 0 25 0 1 0 1148700623 28991488 6710 1992294400 134512640 135243223 4294956320 18446744073709551615 134555674 0 0 4096 3 0 0 0 17 0 0 0
/proc/755/statm: 7078 6710 85 178 0 6898 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 36152

Child status: 0
Real time (s): 1200.72
CPU time (s): 1200.1
CPU user time (s): 1199.98
CPU system time (s): 0.121981
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 36152

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

runsolver used 1.00385 second user time and 3.37449 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-03 14:05:45
IDJOB=1561022
IDBENCH=70907
IDSOLVER=523
FILE ID=node15/1561022-1238760345
PBS_JOBID= 9086125
Free space on /tmp= 66476 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_7_3_6_cmp.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561022-1238760345/watcher-1561022-1238760345 -o /tmp/evaluation-result-1561022-1238760345/solver-1561022-1238760345 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1561022-1238760345.cnf HOME

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

MD5SUM BENCH= c848a5766cfcc1d1c3f26c7818e48eb2
RANDOM SEED=2031651903

node15.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.286
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.286
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:       1063752 kB
Buffers:        100356 kB
Cached:         787076 kB
SwapCached:       8332 kB
Active:         269692 kB
Inactive:       627716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063752 kB
SwapTotal:     4192956 kB
SwapFree:      4178464 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          15688 kB
Slab:            80740 kB
Committed_AS:  3164536 kB
PageTables:       1464 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= 66476 MiB
End job on node15 at 2009-04-03 14:25:46