Trace number 461706

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 14.9407 14.9441

General information on the benchmark

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

Solver Data (download as text)

3.29/3.39	c ____________________________________________________________________________________
3.29/3.39	c !! Parsing                         :    63674 ANDs   1452 PIs   (CPU-Time    0.03 s)
3.29/3.39	c ____________________________________________________________________________________
3.29/3.39	c !! Initial simplification          :    62071 ANDs   1452 PIs   (CPU-Time    0.05 s)
3.29/3.39	c >>     Top conjunction: 1604 POs
3.29/3.39	c ____________________________________________________________________________________
3.29/3.39	c !! DAG-aware minimization begins   : 
3.29/3.39	c >>     Strashing:
3.29/3.39	c >>     Minimizing:
3.29/3.39	c >>     progress        0/   62071
>>     progress     1000/   61456
>>     progress     2000/   61024
>>     progress     3000/   60714
>>     progress     4000/   60429
>>     progress     5000/   60215
>>     progress     6000/   60046
>>     progress     7000/   59880
>>     progress     8000/   59736
>>     progress     9000/   59597
>>     progress    10000/   59451
>>     progress    11000/   59382
>>     progress    12000/   59256
>>     progress    13000/   59119
>>     progress    14000/   59050
>>     progress    15000/   58945
>>     progress    16000/   58881
>>     progress    17000/   58761
>>     progress    18000/   58706
>>     progress    19000/   58595
>>     progress    20000/   58543
>>     progress    21000/   58429
>>     progress    22000/   58386
>>     progress    23000/   58282
>>     progress    24000/   58220
>>     progress    25000/   58123
>>     progress    26000/   58079
>>     progress    27000/   58036
>>     progress    28000/   57931
>>     progress    29000/   57888
>>     progress    30000/   57791
>>     progress    31000/   57750
>>     progress    32000/   57706
>>     progress    33000/   57607
>>     progress    34000/   57566
>>     progress    35000/   57495
>>     progress    36000/   57433
>>     progress    37000/   57390
>>     progress    38000/   57293
>>     progress    39000/   57264
>>     progress    40000/   57224
>>     progress    41000/   57127
>>     progress    42000/   57101
>>     progress    43000/   57058
>>     progress    44000/   56971
>>     progress    45000/   56935
>>     progress    46000/   56902
>>     progress    47000/   56874
>>     progress    48000/   56783
>>     progress    49000/   56751
>>     progress    50000/   56719
>>     progress    51000/   56629
>>     progress    52000/   56600
>>     progress    53000/   56560
>>     progress    54000/   56485
>>     progress    55000/   56445
>>     progress    56000/   56416
>>     progress    57000/   56391
>>     progress    58000/   56297
>>     progress    59000/   56268
>>     progress    60000/   56197
>>     progress    61000/   56157
>>     progress    62000/   56151
>>     progress    63000/   56121
>>     progress    64000/   56040
>>     progress    65000/   56022
>>     progress    66000/   55931
>>     Reduction in #ANDs:  9.95 %
3.29/3.39	c >>     Core shrink time  : 0.88 s
3.29/3.39	c >>     Globally redundant: 0
3.29/3.39	c >> DAG-aware minimization completed:    55893 ANDs   1452 PIs   (CPU-Time    0.92 s)
3.29/3.39	c ____________________________________________________________________________________
3.29/3.39	c !! Tech-mapping for CNF begins     : 
3.29/3.39	c >>     Cut statistics:  (total = 196250, avg = 3.5, max = 16)          
3.29/3.39	c >>        0:    79638 clauses   (CPU Time 0.31)
3.29/3.39	c >>        1:    72098 clauses   (CPU Time 0.31)
3.29/3.39	c >>        2:    72146 clauses   (CPU Time 0.62)
3.29/3.39	c >>        3:    72034 clauses   (CPU Time 0.62)
3.29/3.39	c >>     Core techmap time: 1.93 s
3.29/3.39	c >> Tech-mapping for CNF completed  :    14347 LUTs   1452 PIs   (CPU-Time    1.93 s)
3.29/3.39	c ____________________________________________________________________________________
3.29/3.39	c !! Producing initial SAT-problem   :    71576 clauses           (CPU-Time 20261424507569076961280.00 s)
3.29/3.39	c ____________________________________________________________________________________
3.29/3.39	c !! Running SAT...
3.29/3.39	c 
3.29/3.39	c ============================[After Simplification]=============================
3.29/3.39	c |  Number of variables:  7822                                                 |
14.89/14.94	c |  Number of clauses:    57123                                                |
14.89/14.94	c ============================[ Search Statistics ]==============================
14.89/14.94	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.89/14.94	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.89/14.94	c ===============================================================================
14.89/14.94	c |         0 |    7822    57123   236741 |    19041        0    nan |  0.000 % |
14.89/14.94	c |       100 |    7822    57123   236741 |    20945      100      7 | 10.361 % |
14.89/14.94	c |       252 |    7811    57123   236741 |    23039      243      5 | 10.487 % |
14.89/14.94	c |       477 |    7596    57123   236741 |    25343      408      5 | 12.348 % |
14.89/14.94	c |       815 |    7576    57123   236741 |    27877      740     10 | 12.468 % |
14.89/14.94	c |      1321 |    7568    57123   236741 |    30665     1238     10 | 12.563 % |
14.89/14.94	c |      2080 |    7456    57123   236741 |    33732     1841     12 | 12.741 % |
14.89/14.94	c |      3219 |    7430    57123   236741 |    37105     2904     15 | 12.887 % |
14.89/14.94	c |      4927 |    7357    57123   236741 |    40816     4474     16 | 13.304 % |
14.89/14.94	c |      7490 |    7313    57123   236741 |    44897     6888     18 | 13.582 % |
14.89/14.94	c |     11335 |    7303    57123   236741 |    49387    10682     20 | 13.646 % |
14.89/14.94	c |     17101 |    7275    57123   236741 |    54326    16291     20 | 13.823 % |
14.89/14.94	c |     25750 |    7255    57123   236741 |    59758    24842     22 | 13.949 % |
14.89/14.94	c ===============================================================================
14.89/14.94	c restarts         : 13
14.89/14.94	c conflicts        : 38219       
14.89/14.94	c decisions        : 141338       (1.19 % random)
14.89/14.94	c propagations     : 14744145    
14.89/14.94	c conflict literals: 767338       (38.90 % deleted)
14.89/14.94	s UNSATISFIABLEc 
14.89/14.94	c Total CPU time: 14.85

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/node58/watcher-461706-1179402664 -o ROOT/results/node58/solver-461706-1179402664 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minicirc.bash /tmp/evaluation/461706-1179402664/instance-461706-1179402664.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.84 0.94 0.70 3/64 16771
/proc/meminfo: memFree=1310064/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=9972 CPUtime=0
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 388176152 10211328 133 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134969300 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 2493 133 45 274 0 2008 0
[pid=16773] ppid=16771 vsize=5352 CPUtime=0
/proc/16773/stat : 16773 (minicirc.bash) R 16771 16771 16648 0 -1 4194368 24 0 0 0 0 0 0 0 21 0 1 0 388176152 5480448 228 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238197031 0 0 4096 0 0 0 0 17 1 0 0
/proc/16773/statm: 1338 228 191 169 0 49 0

[startup+0.035805 s]
/proc/loadavg: 0.84 0.94 0.70 3/64 16771
/proc/meminfo: memFree=1310064/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=10260 CPUtime=0.03
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 797 0 0 0 3 0 0 0 20 0 1 0 388176152 10506240 739 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134696128 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 2565 740 71 274 0 2080 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388176152 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27880

[startup+0.101813 s]
/proc/loadavg: 0.84 0.94 0.70 3/64 16771
/proc/meminfo: memFree=1310064/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=10448 CPUtime=0.09
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 2141 0 0 0 9 0 0 0 20 0 1 0 388176152 10698752 2083 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134695678 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 2612 2084 71 274 0 2127 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 378 0 0 0 0 0 0 0 21 0 1 0 388176152 12562432 337 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 337 262 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28068

[startup+0.301846 s]
/proc/loadavg: 0.84 0.94 0.70 3/64 16771
/proc/meminfo: memFree=1310064/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=16840 CPUtime=0.29
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 5847 0 0 0 28 1 0 0 21 0 1 0 388176152 17244160 3601 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134906135 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 4210 3601 202 274 0 3725 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34460

[startup+0.701913 s]
/proc/loadavg: 0.84 0.94 0.70 3/64 16771
/proc/meminfo: memFree=1310064/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=17968 CPUtime=0.69
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 6168 0 0 0 68 1 0 0 25 0 1 0 388176152 18399232 3917 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134589065 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 4492 3917 208 274 0 4007 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35588

[startup+1.50105 s]
/proc/loadavg: 0.85 0.94 0.70 2/67 16774
/proc/meminfo: memFree=1293712/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=18384 CPUtime=1.48
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 8644 0 0 0 146 2 0 0 25 0 1 0 388176152 18825216 4022 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 134939470 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 4596 4022 219 274 0 4111 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 387 0 0 0 0 0 0 0 15 0 1 0 388176152 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36004

[startup+3.10131 s]
/proc/loadavg: 0.85 0.94 0.70 2/67 16774
/proc/meminfo: memFree=1293904/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=16760 CPUtime=3.09
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 8953 0 0 0 306 3 0 0 25 0 1 0 388176152 17162240 3728 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135020336 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 4190 3728 229 274 0 3705 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 387 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 346 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 346 270 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34380

[startup+6.30185 s]
/proc/loadavg: 0.85 0.94 0.70 2/67 16774
/proc/meminfo: memFree=1286672/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=25492 CPUtime=6.29
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 11584 0 0 0 625 4 0 0 25 0 1 0 388176152 26103808 5845 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135061962 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 6373 5845 238 274 0 5888 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43112

[startup+12.7029 s]
/proc/loadavg: 0.88 0.94 0.71 2/67 16774
/proc/meminfo: memFree=1284632/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=27600 CPUtime=12.68
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 12123 0 0 0 1264 4 0 0 25 0 1 0 388176152 28262400 6384 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 6900 6384 238 274 0 6415 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45220

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

[startup+14.3052 s]
/proc/loadavg: 0.88 0.94 0.71 2/67 16774
/proc/meminfo: memFree=1284512/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=27600 CPUtime=14.29
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 12138 0 0 0 1424 5 0 0 25 0 1 0 388176152 28262400 6399 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 6900 6399 238 274 0 6415 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 45220

[startup+14.7013 s]
/proc/loadavg: 0.88 0.94 0.71 2/67 16774
/proc/meminfo: memFree=1284512/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=27600 CPUtime=14.69
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 12138 0 0 0 1464 5 0 0 25 0 1 0 388176152 28262400 6399 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 6900 6399 238 274 0 6415 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 45220

[startup+14.9013 s]
/proc/loadavg: 0.88 0.94 0.71 2/67 16774
/proc/meminfo: memFree=1284512/2055920 swapFree=4184552/4192956
[pid=16771] ppid=16769 vsize=5352 CPUtime=0
/proc/16771/stat : 16771 (minicirc.bash) S 16769 16771 16648 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 388176152 5480448 223 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16771/statm: 1338 223 186 169 0 49 0
[pid=16772] ppid=16771 vsize=27600 CPUtime=14.89
/proc/16772/stat : 16772 (minicirc.linux3) R 16771 16771 16648 0 -1 4194304 12138 0 0 0 1484 5 0 0 25 0 1 0 388176152 28262400 6399 18446744073709551615 134512640 135636928 4294956784 18446744073709551615 135043599 0 0 4096 17507 0 0 0 17 1 0 0
/proc/16772/statm: 6900 6399 238 274 0 6415 0
[pid=16773] ppid=16771 vsize=12268 CPUtime=0
/proc/16773/stat : 16773 (miniadapter.pl) S 16771 16771 16648 0 -1 4194304 388 0 0 0 0 0 0 0 16 0 1 0 388176152 12562432 347 18446744073709551615 4194304 4206940 548682069488 18446744073709551615 226247094370 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16773/statm: 3067 347 271 3 0 167 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 45220

Child status: 0
Real time (s): 14.9441
CPU time (s): 14.9407
CPU user time (s): 14.8777
CPU system time (s): 0.06299
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 45220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8777
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12839
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= 122
involuntary context switches= 32

runsolver used 0.013997 second user time and 0.045993 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Thu May 17 11:51:05 UTC 2007

IDJOB= 461706
IDBENCH= 48569
IDSOLVER= 205
FILE ID= node58/461706-1179402664

PBS_JOBID= 5292679

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/O4/ken.oop^1.C.aig
COMMAND LINE= minicirc.bash /tmp/evaluation/461706-1179402664/instance-461706-1179402664.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-461706-1179402664 -o ROOT/results/node58/solver-461706-1179402664 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minicirc.bash /tmp/evaluation/461706-1179402664/instance-461706-1179402664.aig

META MD5SUM SOLVER= 5a68a0730754c919c3e4a8ed70e49cdc
MD5SUM BENCH=  d55e6eeb87daac63511dbeeedca4881b

RANDOM SEED= 670392238

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1310472 kB
Buffers:         42148 kB
Cached:         575380 kB
SwapCached:       2428 kB
Active:         181512 kB
Inactive:       446000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310472 kB
SwapTotal:     4192956 kB
SwapFree:      4184552 kB
Dirty:            4948 kB
Writeback:           0 kB
Mapped:          16516 kB
Slab:           104044 kB
Committed_AS:  4912372 kB
PageTables:       1400 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 node58 on Thu May 17 11:51:20 UTC 2007