Trace number 461832

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, and are wall clock time (not CPU 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
minicirc 2007-05-17UNSAT 74.5137 74.5543

General information on the benchmark

Nameadditional-aig/minisat+/
lseu.unsat.aig
MD5SUM7efdde1afe59ed9135cb74926783d9c3
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.5137
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

36.67/36.75	c ____________________________________________________________________________________
36.67/36.75	c !! Parsing                         :    17566 ANDs     89 PIs   (CPU-Time    0.01 s)
36.67/36.75	c ____________________________________________________________________________________
36.67/36.75	c !! Initial simplification          :    17515 ANDs     89 PIs   (CPU-Time    0.01 s)
36.67/36.75	c >>     Top conjunction: 52 POs
36.67/36.75	c ____________________________________________________________________________________
36.67/36.75	c !! DAG-aware minimization begins   : 
36.67/36.75	c >>     Strashing:
36.67/36.75	c >>     Minimizing:
36.67/36.75	c >>     progress        0/   17515
>>     progress     1000/   17067
>>     progress     2000/   16908
>>     progress     3000/   16721
>>     progress     4000/   16668
>>     progress     5000/   16653
>>     progress     6000/   16653
>>     progress     7000/   16627
>>     progress     8000/   16600
>>     progress     9000/   16566
>>     progress    10000/   16522
>>     progress    11000/   16483
>>     progress    12000/   16461
>>     progress    13000/   16444
>>     progress    14000/   16419
>>     progress    15000/   16419
>>     progress    16000/   16419
>>     progress    17000/   16407
>>     Reduction in #ANDs:  6.33 %
36.67/36.75	c >>     Core shrink time  : 0.39 s
36.67/36.75	c >>     Globally redundant: 0
36.67/36.75	c >> DAG-aware minimization completed:    16407 ANDs     89 PIs   (CPU-Time    0.40 s)
36.67/36.75	c ____________________________________________________________________________________
36.67/36.75	c !! Tech-mapping for CNF begins     : 
36.67/36.75	c >>     Cut statistics:  (total = 126927, avg = 7.7, max = 16)          
36.67/36.75	c >>        0:    45374 clauses   (CPU Time 0.25)
36.67/36.75	c >>        1:    44529 clauses   (CPU Time 0.13)
36.67/36.75	c >>        2:    42714 clauses   (CPU Time 0.12)
36.67/36.75	c >>        3:    42632 clauses   (CPU Time 0.12)
36.67/36.75	c >>     Core techmap time: 0.64 s
36.67/36.75	c >> Tech-mapping for CNF completed  :    10445 LUTs     89 PIs   (CPU-Time    0.64 s)
36.67/36.75	c ____________________________________________________________________________________
36.67/36.75	c !! Producing initial SAT-problem   :    42615 clauses           (CPU-Time 10246272363685565459521123712283917400294410890400783981840764055065710795109460595061129744524356787517175127088444755822919729751259154509144683487632697185815669178126806742021963776.00 s)
36.67/36.75	c ____________________________________________________________________________________
36.67/36.75	c !! Running SAT...
36.67/36.75	c 
36.67/36.75	c ============================[After Simplification]=============================
36.67/36.75	c |  Number of variables:  8979                                                 |
36.67/36.75	c |  Number of clauses:    40864                                                |
36.67/36.75	c ============================[ Search Statistics ]==============================
36.67/36.75	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.67/36.75	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.67/36.75	c ===============================================================================
36.67/36.75	c |         0 |    8979    40864   117213 |    13621        0    nan |  0.000 % |
36.67/36.75	c |       101 |    8978    40864   117213 |    14983       99      7 |  1.158 % |
36.67/36.75	c |       252 |    8892    40864   117213 |    16481      233     13 |  2.582 % |
36.67/36.75	c |       477 |    8750    40864   117213 |    18129      439     21 |  3.617 % |
36.67/36.75	c |       814 |    8704    40864   117213 |    19942      772     27 |  3.901 % |
36.67/36.75	c |      1321 |    8684    40864   117213 |    21937     1255     27 |  3.901 % |
36.67/36.75	c |      2082 |    8616    40864   117213 |    24131     2014     28 |  4.547 % |
36.67/36.75	c |      3222 |    8615    40864   117213 |    26544     3153     30 |  4.661 % |
36.67/36.75	c |      4930 |    8445    40864   117213 |    29198     4675     30 |  6.170 % |
36.67/36.75	c |      7492 |    8399    40864   117213 |    32118     7235     31 |  6.607 % |
36.67/36.75	c |     11337 |    8154    40864   117213 |    35330    10542     30 |  8.932 % |
36.67/36.75	c |     17103 |    8004    40864   117213 |    38863    16296     31 | 10.745 % |
36.67/36.75	c |     25756 |    7783    40864   117213 |    42749    22698     33 | 12.454 % |
36.67/36.75	c |     38730 |    7675    40864   117213 |    47024    35666     37 | 13.479 % |
74.44/74.55	c |     58193 |    7234    40864   117213 |    51726    29062     40 | 17.665 % |
74.44/74.55	c ===============================================================================
74.44/74.55	c restarts         : 15
74.44/74.55	c conflicts        : 67066       
74.44/74.55	c decisions        : 87996        (0.96 % random)
74.44/74.55	c propagations     : 78648321    
74.44/74.55	c conflict literals: 2305325      (70.86 % deleted)
74.44/74.55	s UNSATISFIABLEc 
74.44/74.55	c Total CPU time: 74.45

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-461832-1179402949 -o ROOT/results/node17/solver-461832-1179402949 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461832-1179402949/instance-461832-1179402949.aig 

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.13 0.43 0.57 3/77 27845
/proc/meminfo: memFree=1638704/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=9516 CPUtime=0
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 30 0 0 0 0 0 0 0 20 0 1 0 388212428 9744384 6 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135133889 0 0 4096 0 0 0 0 17 1 0 0
/proc/27846/statm: 2379 6 2 274 0 1894 0
[pid=27847] ppid=27845 vsize=12128 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) R 27845 27845 27569 0 -1 4194304 258 0 0 0 0 0 0 0 21 0 1 0 388212428 12419072 218 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245482558177 0 0 4224 0 0 0 0 17 1 0 0
/proc/27847/statm: 3032 223 169 3 0 132 0

[startup+0.014819 s]
/proc/loadavg: 0.13 0.43 0.57 3/77 27845
/proc/meminfo: memFree=1638704/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=10260 CPUtime=0
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 405 0 0 0 0 0 0 0 20 0 1 0 388212428 10506240 347 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 2565 348 71 274 0 2080 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388212428 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27884

[startup+0.102822 s]
/proc/loadavg: 0.13 0.43 0.57 3/77 27845
/proc/meminfo: memFree=1638704/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=12100 CPUtime=0.09
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 2673 0 0 0 8 1 0 0 20 0 1 0 388212428 12390400 2343 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135257116 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 3025 2343 101 274 0 2540 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29724

[startup+0.302842 s]
/proc/loadavg: 0.13 0.43 0.57 3/77 27845
/proc/meminfo: memFree=1638704/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=12624 CPUtime=0.29
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 3279 0 0 0 28 1 0 0 21 0 1 0 388212428 12926976 2819 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134984211 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 3156 2819 188 274 0 2671 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30248

[startup+0.702883 s]
/proc/loadavg: 0.13 0.43 0.57 3/77 27845
/proc/meminfo: memFree=1638704/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=12640 CPUtime=0.69
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 3624 0 0 0 68 1 0 0 25 0 1 0 388212428 12943360 2851 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134963836 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 3160 2851 201 274 0 2675 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30264

[startup+1.50197 s]
/proc/loadavg: 0.13 0.43 0.57 2/80 27848
/proc/meminfo: memFree=1626712/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=16824 CPUtime=1.49
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 4991 0 0 0 147 2 0 0 25 0 1 0 388212428 17227776 3876 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 4206 3876 223 274 0 3721 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34448

[startup+3.10113 s]
/proc/loadavg: 0.20 0.44 0.57 2/80 27848
/proc/meminfo: memFree=1623064/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=16956 CPUtime=3.09
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 5033 0 0 0 307 2 0 0 25 0 1 0 388212428 17362944 3918 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043904 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 4239 3918 223 274 0 3754 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34580

[startup+6.30146 s]
/proc/loadavg: 0.20 0.44 0.57 2/80 27848
/proc/meminfo: memFree=1622488/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=17784 CPUtime=6.29
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 5213 0 0 0 627 2 0 0 25 0 1 0 388212428 18210816 4098 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 4446 4098 223 274 0 3961 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35408

[startup+12.7011 s]
/proc/loadavg: 0.32 0.46 0.57 2/80 27848
/proc/meminfo: memFree=1621088/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=19108 CPUtime=12.68
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 5538 0 0 0 1266 2 0 0 25 0 1 0 388212428 19566592 4423 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135052325 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 4777 4423 223 274 0 4292 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36732

[startup+25.5025 s]
/proc/loadavg: 0.43 0.48 0.58 2/80 27848
/proc/meminfo: memFree=1618848/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=21144 CPUtime=25.48
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 6072 0 0 0 2545 3 0 0 25 0 1 0 388212428 21651456 4957 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135052333 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 5286 4957 223 274 0 4801 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38768

[startup+51.1021 s]
/proc/loadavg: 0.62 0.52 0.59 2/80 27848
/proc/meminfo: memFree=1614816/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=25456 CPUtime=51.06
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7137 0 0 0 5103 3 0 0 25 0 1 0 388212428 26066944 5981 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135052099 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6364 5981 223 274 0 5879 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43080

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

[startup+63.9014 s]
/proc/loadavg: 0.70 0.54 0.59 2/80 27848
/proc/meminfo: memFree=1614240/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=25860 CPUtime=63.85
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7270 0 0 0 6382 3 0 0 25 0 1 0 388212428 26480640 6114 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6465 6114 223 274 0 5980 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 43484

[startup+70.3011 s]
/proc/loadavg: 0.73 0.55 0.59 2/80 27848
/proc/meminfo: memFree=1614176/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=26052 CPUtime=70.25
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7287 0 0 0 7022 3 0 0 25 0 1 0 388212428 26677248 6131 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043596 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6513 6131 223 274 0 6028 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 43676

[startup+71.9013 s]
/proc/loadavg: 0.75 0.56 0.60 2/80 27848
/proc/meminfo: memFree=1614176/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=26052 CPUtime=71.84
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7297 0 0 0 7181 3 0 0 25 0 1 0 388212428 26677248 6141 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043971 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6513 6141 223 274 0 6028 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 71.84
Current children cumulated vsize (KiB) 43676

[startup+73.5014 s]
/proc/loadavg: 0.75 0.56 0.60 2/80 27848
/proc/meminfo: memFree=1614112/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=26052 CPUtime=73.44
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7297 0 0 0 7341 3 0 0 25 0 1 0 388212428 26677248 6141 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135063486 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6513 6141 223 274 0 6028 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 73.44
Current children cumulated vsize (KiB) 43676

[startup+74.3015 s]
/proc/loadavg: 0.75 0.56 0.60 2/80 27848
/proc/meminfo: memFree=1614112/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=26052 CPUtime=74.24
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7298 0 0 0 7421 3 0 0 25 0 1 0 388212428 26677248 6142 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6513 6142 223 274 0 6028 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 74.24
Current children cumulated vsize (KiB) 43676

[startup+74.5015 s]
/proc/loadavg: 0.75 0.56 0.60 2/80 27848
/proc/meminfo: memFree=1614112/2055920 swapFree=4140660/4192956
[pid=27845] ppid=27843 vsize=5356 CPUtime=0
/proc/27845/stat : 27845 (minicirc.bash) S 27843 27845 27569 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 388212428 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27845/statm: 1339 224 186 169 0 50 0
[pid=27846] ppid=27845 vsize=26052 CPUtime=74.44
/proc/27846/stat : 27846 (minicirc.linux3) R 27845 27845 27569 0 -1 4194304 7298 0 0 0 7441 3 0 0 25 0 1 0 388212428 26677248 6142 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043987 0 0 4096 17507 0 0 0 17 0 0 0
/proc/27846/statm: 6513 6142 223 274 0 6028 0
[pid=27847] ppid=27845 vsize=12268 CPUtime=0
/proc/27847/stat : 27847 (miniadapter.pl) S 27845 27845 27569 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388212428 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27847/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 74.44
Current children cumulated vsize (KiB) 43676

Child status: 0
Real time (s): 74.5543
CPU time (s): 74.5137
CPU user time (s): 74.4687
CPU system time (s): 0.044993
CPU usage (%): 99.9456
Max. virtual memory (cumulated for all children) (KiB): 43676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.4687
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8001
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= 70
involuntary context switches= 1887

runsolver used 0.078987 second user time and 0.19697 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Thu May 17 11:55:49 UTC 2007

IDJOB= 461832
IDBENCH= 48695
IDSOLVER= 205
FILE ID= node17/461832-1179402949

PBS_JOBID= 5292470

Free space on /tmp= 66543 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/lseu.unsat.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461832-1179402949/instance-461832-1179402949.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-461832-1179402949 -o ROOT/results/node17/solver-461832-1179402949 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461832-1179402949/instance-461832-1179402949.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  7efdde1afe59ed9135cb74926783d9c3

RANDOM SEED= 576548166

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.240
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.240
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:       1638920 kB
Buffers:         54316 kB
Cached:         266996 kB
SwapCached:      14812 kB
Active:         143120 kB
Inactive:       202576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638920 kB
SwapTotal:     4192956 kB
SwapFree:      4140660 kB
Dirty:            4832 kB
Writeback:           0 kB
Mapped:          30092 kB
Slab:            56812 kB
Committed_AS: 11307680 kB
PageTables:       1796 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= 66543 MiB

End job on node17 on Thu May 17 11:57:04 UTC 2007