Trace number 461685

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 15.2847 15.2867

General information on the benchmark

Nameadditional-aig/tip-k-ind-aigs-o1234g/
Og/ken.oop^1.C.aig
MD5SUM307579081594ca6bba95b53a58f7c31e
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.2847
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

3.20/3.20	c ____________________________________________________________________________________
3.20/3.20	c !! Parsing                         :    65444 ANDs   1452 PIs   (CPU-Time    0.03 s)
3.20/3.20	c ____________________________________________________________________________________
3.20/3.20	c !! Initial simplification          :    63757 ANDs   1452 PIs   (CPU-Time    0.05 s)
3.20/3.20	c >>     Top conjunction: 1688 POs
3.20/3.20	c ____________________________________________________________________________________
3.20/3.20	c !! DAG-aware minimization begins   : 
3.20/3.20	c >>     Strashing:
3.20/3.20	c >>     Minimizing:
3.20/3.20	c >>     progress        0/   63757
>>     progress     1000/   63133
>>     progress     2000/   62574
>>     progress     3000/   62099
>>     progress     4000/   61834
>>     progress     5000/   61554
>>     progress     6000/   61325
>>     progress     7000/   61134
>>     progress     8000/   60974
>>     progress     9000/   60819
>>     progress    10000/   60646
>>     progress    11000/   60486
>>     progress    12000/   60388
>>     progress    13000/   60230
>>     progress    14000/   60107
>>     progress    15000/   60004
>>     progress    16000/   59862
>>     progress    17000/   59784
>>     progress    18000/   59654
>>     progress    19000/   59571
>>     progress    20000/   59446
>>     progress    21000/   59371
>>     progress    22000/   59238
>>     progress    23000/   59175
>>     progress    24000/   59067
>>     progress    25000/   58982
>>     progress    26000/   58916
>>     progress    27000/   58818
>>     progress    28000/   58744
>>     progress    29000/   58625
>>     progress    30000/   58563
>>     progress    31000/   58508
>>     progress    32000/   58406
>>     progress    33000/   58343
>>     progress    34000/   58257
>>     progress    35000/   58166
>>     progress    36000/   58123
>>     progress    37000/   58027
>>     progress    38000/   57950
>>     progress    39000/   57912
>>     progress    40000/   57817
>>     progress    41000/   57742
>>     progress    42000/   57704
>>     progress    43000/   57613
>>     progress    44000/   57535
>>     progress    45000/   57505
>>     progress    46000/   57434
>>     progress    47000/   57366
>>     progress    48000/   57306
>>     progress    49000/   57260
>>     progress    50000/   57158
>>     progress    51000/   57107
>>     progress    52000/   57072
>>     progress    53000/   56987
>>     progress    54000/   56920
>>     progress    55000/   56887
>>     progress    56000/   56836
>>     progress    57000/   56742
>>     progress    58000/   56694
>>     progress    59000/   56664
>>     progress    60000/   56593
>>     progress    61000/   56534
>>     progress    62000/   56483
>>     progress    63000/   56389
>>     progress    64000/   56357
>>     progress    65000/   56333
>>     progress    66000/   56267
>>     progress    67000/   56208
>>     progress    68000/   56163
>>     progress    69000/   56061
>>     Reduction in #ANDs: 12.14 %
3.20/3.20	c >>     Core shrink time  : 0.93 s
3.20/3.20	c >>     Globally redundant: 0
3.20/3.20	c >> DAG-aware minimization completed:    56016 ANDs   1452 PIs   (CPU-Time    0.97 s)
3.20/3.20	c ____________________________________________________________________________________
3.20/3.20	c !! Tech-mapping for CNF begins     : 
3.20/3.20	c >>     Cut statistics:  (total = 197244, avg = 3.5, max = 16)          
3.20/3.20	c >>        0:    80337 clauses   (CPU Time 0.30)
3.20/3.20	c >>        1:    72958 clauses   (CPU Time 0.31)
3.20/3.20	c >>        2:    72849 clauses   (CPU Time 0.62)
3.20/3.20	c >>        3:    72850 clauses   (CPU Time 0.62)
3.20/3.20	c >>     Core techmap time: 1.93 s
3.20/3.20	c >> Tech-mapping for CNF completed  :    14514 LUTs   1452 PIs   (CPU-Time    1.93 s)
3.20/3.20	c ____________________________________________________________________________________
3.20/3.20	c !! Producing initial SAT-problem   :    72473 clauses           (CPU-Time -6424206124594927641271793067341205411206309149414665323300080900924248325352806709452017971176716141234125345174366954137732502326157318321009579927106104751894352251731298566931840633214201974346498441216.00 s)
15.19/15.28	c ____________________________________________________________________________________
15.19/15.28	c !! Running SAT...
15.19/15.28	c 
15.19/15.28	c ============================[After Simplification]=============================
15.19/15.28	c |  Number of variables:  7826                                                 |
15.19/15.28	c |  Number of clauses:    57225                                                |
15.19/15.28	c ============================[ Search Statistics ]==============================
15.19/15.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.19/15.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.19/15.28	c ===============================================================================
15.19/15.28	c |         0 |    7826    57225   237103 |    19075        0    nan |  0.000 % |
15.19/15.28	c |       100 |    7807    57225   237103 |    20982       89      4 | 11.123 % |
15.19/15.28	c |       251 |    7771    57225   237103 |    23080      224      4 | 11.518 % |
15.19/15.28	c |       476 |    7618    57225   237103 |    25388      408      6 | 12.751 % |
15.19/15.28	c |       813 |    7523    57225   237103 |    27927      735      8 | 13.340 % |
15.19/15.28	c |      1320 |    7373    57225   237103 |    30720     1039     12 | 13.653 % |
15.19/15.28	c |      2079 |    7363    57225   237103 |    33792     1752     16 | 13.716 % |
15.19/15.28	c |      3218 |    7355    57225   237103 |    37171     2849     16 | 13.766 % |
15.19/15.28	c |      4926 |    7300    57225   237103 |    40888     4494     16 | 14.123 % |
15.19/15.28	c |      7488 |    7271    57225   237103 |    44977     6930     16 | 14.292 % |
15.19/15.28	c |     11333 |    7245    57225   237103 |    49475    10678     17 | 14.461 % |
15.19/15.28	c |     17099 |    7230    57225   237103 |    54423    16384     18 | 14.555 % |
15.19/15.28	c |     25749 |    7204    57225   237103 |    59865    24881     19 | 14.712 % |
15.19/15.28	c |     38724 |    7107    57225   237103 |    65852    31759     19 | 15.438 % |
15.19/15.28	c ===============================================================================
15.19/15.28	c restarts         : 14
15.19/15.28	c conflicts        : 38853       
15.19/15.28	c decisions        : 152410       (1.09 % random)
15.19/15.28	c propagations     : 13992180    
15.19/15.28	c conflict literals: 726589       (38.30 % deleted)
15.19/15.28	s UNSATISFIABLEc 
15.19/15.28	c Total CPU time: 15.19

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/node13/watcher-461685-1179402612 -o ROOT/results/node13/solver-461685-1179402612 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461685-1179402612/instance-461685-1179402612.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.76 0.90 0.70 3/77 26979
/proc/meminfo: memFree=1718856/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) R 26977 26979 26648 0 -1 4194304 269 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 223 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26979/statm: 1339 223 185 169 0 50 0
[pid=26980] ppid=26979 vsize=9972 CPUtime=0
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 172 0 0 0 0 0 0 0 19 0 1 0 388179031 10211328 147 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 2493 149 51 274 0 2008 0
[pid=26981] ppid=26979 vsize=5356 CPUtime=0
/proc/26981/stat : 26981 (minicirc.bash) R 26979 26979 26648 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 223 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26981/statm: 1339 223 185 169 0 50 0

[startup+0.096473 s]
/proc/loadavg: 0.76 0.90 0.70 3/77 26979
/proc/meminfo: memFree=1718856/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=10448 CPUtime=0.08
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 2134 0 0 0 8 0 0 0 19 0 1 0 388179031 10698752 2076 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 2612 2076 71 274 0 2127 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 388179031 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28072

[startup+0.10147 s]
/proc/loadavg: 0.76 0.90 0.70 3/77 26979
/proc/meminfo: memFree=1718856/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=10448 CPUtime=0.09
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 2162 0 0 0 9 0 0 0 19 0 1 0 388179031 10698752 2104 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 2612 2105 71 274 0 2127 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 388179031 12562432 337 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28072

[startup+0.301514 s]
/proc/loadavg: 0.76 0.90 0.70 3/77 26979
/proc/meminfo: memFree=1718856/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=16796 CPUtime=0.29
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 6007 0 0 0 27 2 0 0 21 0 1 0 388179031 17199104 3609 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134906160 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 4199 3609 187 274 0 3714 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34420

[startup+0.701598 s]
/proc/loadavg: 0.76 0.90 0.70 3/77 26979
/proc/meminfo: memFree=1718856/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=18008 CPUtime=0.69
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 6341 0 0 0 67 2 0 0 25 0 1 0 388179031 18440192 3933 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134648219 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 4502 3933 197 274 0 4017 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388179031 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35632

[startup+1.50277 s]
/proc/loadavg: 0.76 0.90 0.70 2/80 26982
/proc/meminfo: memFree=1702128/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=17696 CPUtime=1.49
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 8584 0 0 0 146 3 0 0 25 0 1 0 388179031 18120704 3866 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135248364 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 4424 3866 208 274 0 3939 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35320

[startup+3.10111 s]
/proc/loadavg: 0.76 0.90 0.70 2/80 26982
/proc/meminfo: memFree=1702448/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=16888 CPUtime=3.08
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 8984 0 0 0 305 3 0 0 25 0 1 0 388179031 17293312 3754 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 134542159 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 4222 3754 213 274 0 3737 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388179031 12562432 346 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34512

[startup+6.30179 s]
/proc/loadavg: 0.78 0.90 0.70 2/80 26982
/proc/meminfo: memFree=1695352/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=25588 CPUtime=6.28
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 11803 0 0 0 624 4 0 0 25 0 1 0 388179031 26202112 5870 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043851 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 6397 5870 230 274 0 5912 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 388 0 0 0 0 0 0 0 15 0 1 0 388179031 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43212

[startup+12.7011 s]
/proc/loadavg: 0.80 0.90 0.71 2/80 26982
/proc/meminfo: memFree=1693304/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=27648 CPUtime=12.69
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 12335 0 0 0 1264 5 0 0 25 0 1 0 388179031 28311552 6402 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135050129 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 6912 6402 230 274 0 6427 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45272

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

[startup+14.3055 s]
/proc/loadavg: 0.81 0.91 0.71 2/80 26982
/proc/meminfo: memFree=1692984/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=27780 CPUtime=14.29
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 12376 0 0 0 1424 5 0 0 25 0 1 0 388179031 28446720 6443 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043702 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 6945 6443 230 274 0 6460 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 45404

[startup+14.7016 s]
/proc/loadavg: 0.81 0.91 0.71 2/80 26982
/proc/meminfo: memFree=1692984/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=27912 CPUtime=14.69
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 12396 0 0 0 1464 5 0 0 25 0 1 0 388179031 28581888 6463 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043656 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 6978 6463 230 274 0 6493 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 45536

[startup+15.1017 s]
/proc/loadavg: 0.81 0.91 0.71 2/80 26982
/proc/meminfo: memFree=1692984/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=28044 CPUtime=15.09
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 12414 0 0 0 1504 5 0 0 25 0 1 0 388179031 28717056 6481 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 7011 6481 230 274 0 6526 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 45668

[startup+15.2017 s]
/proc/loadavg: 0.81 0.91 0.71 2/80 26982
/proc/meminfo: memFree=1692984/2055920 swapFree=4159364/4192956
[pid=26979] ppid=26977 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (minicirc.bash) S 26977 26979 26648 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 388179031 5484544 224 18446744073709551615 4194304 4889804 548682069184 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26979/statm: 1339 224 186 169 0 50 0
[pid=26980] ppid=26979 vsize=28044 CPUtime=15.19
/proc/26980/stat : 26980 (minicirc.linux3) R 26979 26979 26648 0 -1 4194304 12414 0 0 0 1514 5 0 0 25 0 1 0 388179031 28717056 6481 18446744073709551615 134512640 135636928 4294956704 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/26980/statm: 7011 6481 230 274 0 6526 0
[pid=26981] ppid=26979 vsize=12268 CPUtime=0
/proc/26981/stat : 26981 (miniadapter.pl) S 26979 26979 26648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388179031 12562432 347 18446744073709551615 4194304 4206940 548682069392 18446744073709551615 269766144098 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26981/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 45668

Child status: 0
Real time (s): 15.2867
CPU time (s): 15.2847
CPU user time (s): 15.2207
CPU system time (s): 0.06399
CPU usage (%): 99.9865
Max. virtual memory (cumulated for all children) (KiB): 45668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2207
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13118
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= 125
involuntary context switches= 323

runsolver used 0.018997 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Thu May 17 11:50:12 UTC 2007

IDJOB= 461685
IDBENCH= 48548
IDSOLVER= 205
FILE ID= node13/461685-1179402612

PBS_JOBID= 5292447

Free space on /tmp= 66536 MiB

SOLVER NAME= minicirc 2007-05-17
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/tip-k-ind-aigs-o1234g/Og/ken.oop^1.C.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461685-1179402612/instance-461685-1179402612.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-461685-1179402612 -o ROOT/results/node13/solver-461685-1179402612 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461685-1179402612/instance-461685-1179402612.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  307579081594ca6bba95b53a58f7c31e

RANDOM SEED= 987746012

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1719072 kB
Buffers:         47128 kB
Cached:         196140 kB
SwapCached:      12684 kB
Active:         117052 kB
Inactive:       149596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719072 kB
SwapTotal:     4192956 kB
SwapFree:      4159364 kB
Dirty:            5024 kB
Writeback:           0 kB
Mapped:          30392 kB
Slab:            55644 kB
Committed_AS: 10814160 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB

End job on node13 on Thu May 17 11:50:27 UTC 2007